@import url("/templates/COMMON_JS/bootstrap-4.6.2-dist/css/bootstrap.min.css");

@font-face {
  font-family: avenir;
  src: url(Fonts/AvenirLTStd-Roman.otf);
  font-weight: 400;
}

@font-face {
  font-family: avenirB;
  src: url(Fonts/AvenirLTStd-Heavy.otf);
  font-weight: 700;
}


:root {
  --main: #025092;
  --second: #E7133A;
  --accent: #E00087;
  --pale: #F7F9FC;
  --font: #333;
   --whitebg: white;
 /* colors that doe not change in dark mode */
  --ltblue: #74CEE2;
  --paleblue: #ebf1f6;
  --dkblue: #025092;
  --stayred: #E7133A;
  --shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}


/*
Light Mode Colors
Dark Blue : #025092 - MAIN
Red: #E7133A - second
Light Blue : #74CEE2
Fuchsia: #E00087 - accent
Black : #333333
Blue Gradient: #025092 to #024379

Dark Mode Colors
Dark Blue : #1A87E0
Red : #F23D5E
Containers: #1C1C1C background #F0F0F0 text 
BG: #030303 background #D7D7D7 text
*/

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

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

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

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

	input, select, textarea, button{font-family: avenir, arial, sans-serif; font-size: 18px;}
	button{border: 0; background: transparent;transition: all .25s; font-family: avenir, arial, sans-serif; font-size: 18px;}
	.CHbox a, .CHA, .cardbennies{font-family: avenir, arial, sans-serif;font-size: 18px;} /* match to regular font size */
	strong{font-weight: 700}

	article ul {padding: 20px 0 20px 0px;}
	article ul li{ position: relative;margin: 0 0 1rem 0; position: relative; text-align: left;}
	article ul ul ul, article ul ul {padding: 20px 0 0px 20px;}

	/*bullets
	article ul li:before {content: '\f00c'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; position: absolute; top: 0; left: 0; color: var(--ltblue); }
	*/

	.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: 100;  position: relative; box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3); background-color: var(--dkblue)}
	header .liner{height: 135px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{position: absolute;  height: 100%;top: 0; left: 0;  z-index: 101}
	a.homelink img {width: 100%; max-width: 274px}

	.toplinks {width: 100%; height: 52px; padding: 10px 0; background-color: white; color: var(--font); } 
	header .toplinks .liner{height: 32px;}
	.toplinks a, .toplinks .notalink  {font-family: avenirB;  font-size: 16px;  font-weight: 900; color: var(--font); text-decoration: none; margin-right: 30px;  }
	.toplinks a .RLicon, .toplinks .notalink .RLicon{color: var(--main);}
	.toplinks a:hover, .toplinks a:focus {color: var(--main);}
	.toplinks a:hover .RLicon, .toplinks a:focus .RLicon{color: var(--second);}

	.TL{}

	a.PSlogout{margin-left: 20px; text-transform: capitalize; }

	a.PSlogout:before{content: '\f08b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px;color: var(--main);}
	a.PSlogout:hover:before, a.PSlogout:focus:before{color: var(--second);}
	.PSwelcome:before{content: '\f007'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px;color: var(--main);}

	
	.night-mode-button { display: flex; align-items: center; height: 30px; position: relative;top: 5px }
	.night-mode-button .label { background-color: var(--second); display: flex; height: 30px; border-radius: 50px; width: 60px; justify-content: space-between; align-items: center; position: relative; padding: 0 8px;  transition: all 0.5s ease-in-out; cursor: pointer; border: 2px solid var(--second);}
	.night-mode-button .label .fa-moon {color: #D6D4C4}
	.night-mode-button .label .fa-sun {color: white}
	.night-mode-button .label .blob { position: absolute; left: 50%;width: 50%; height: 100%; background: #fff;  border-radius: 50px; transition: 0.5s ease all}
	.night-mode-button .info {display: block; margin-top: 50px}
	.night-mode-button .info.night {color: white}
	.night-mode-button .checkbox {opacity: 0; position: absolute}
	.night-mode-button .checkbox:checked+.label .blob { left: 0}
	.night-mode-button .checkbox:checked+.label {background-color: black}

	#WLbutton{border: solid 1px lime; font-family: avenirB;  font-size: 16px;  font-weight: 900; color: var(--font); margin-right: 30px }
	#WLbutton span{color: var(--main);}
	#WLbutton:hover, #WLbutton:focus{color: var(--main); }
	#WLbutton:hover span, #WLbutton:focus span{color: var(--second);}

	.TL2{font-size: 15px; position: absolute; top: 33px; right: 495px; }
	.TL2 a, .TL2 .notalink{font-weight: 400; color: white; text-decoration: none;}
	.TL2 a:hover, .TL2 a:focus{text-decoration: underline;}
	.TL2  a:after, .TL2  .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.TL2  a:last-child:after{content: ""; padding: 0;}


	.sitesearch {position: absolute; top: 20px; right: 0;}

	.searchbox {height: 45px;border-radius: 22.5px;border: solid 2px #fff; margin:0; width: 300px; margin-right: 10px; padding-left: 20px;}

	.sitesearch button[type=submit]{height: 45px;border-radius: 22.5px;border: solid 2px #fff; margin:0; background-color: var(--second);width: 150px; color: white; font-weight: 700; font-family: avenir, arial, sans-serif;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {background-color: var(--ltblue); color: var(--dkblue);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px;}


	/*XXL*/
	@media only screen and (max-width: 1600px) {
		header .liner{width: calc(100% - 100px); margin-left: 50px;}
	}


	/*L*/
	@media only screen and (max-width: 1450px) {
		.TL2{display: none;}
		.TL3{display: none;}
		header .liner{width: calc(100% - 80px); margin-left: 40px;}
		.sitesearch { top: 45px; right: 110px; width: calc(100% - 110px - 294px);}
		.searchbox{ width: calc(99% - 160px); margin-right: 1%}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		header .liner{width: calc(100% - 60px); margin-left: 30px;}
		.TL{display: none;}
		.sitesearch {top: 45px; right: 64px; width: calc(100% - 370px); max-width: 385px}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.sitesearch  {height: 101px; top: 17px; right: 64px; width: 160px}
		.searchbox{width: 100%; margin-bottom: 10px}
		.sitesearch button[type=submit]{width: 100%; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header  .liner{width: 100%; margin-left: 0; height: 210px; padding: 0}
		header .toplinks .liner{width: calc(100% - 40px); margin-left: 20px; height: 32px; }
		a.homelink{width: 100%; text-align: center; height: 120px;}
		a.homelink img { max-width: 230px}
		.sitesearch  {height: 90px; top: 120px; right: 0; width: 100%; max-width: 100%;}
		.sitesearch button[type=submit]{width: 100%; margin-bottom: 0px; border-radius: 0}
		.searchbox{ border-radius: 0; margin: 0;}
		a.PSlogout, .PSwelcome{font-size: 14px;}

	}

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

	nav.pc  { z-index: 100;width: 100%;  position: absolute; top: 78px; right: 0px;}
	.navliner {width: 1000px; height: 44px;  z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; position: absolute; top: 0; right: 44px;}

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center; flex: 1 0 auto; font-size: 22px; font-weight: 900; color: white; }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; color: var(--ltblue)}

	.ddcontent{ display: none;background-color: white; width: 700px; min-height: 400px; position: relative; position: absolute; top: 57px; right: 150px ; box-shadow: var(--shadow); }
	header .ddcontent .liner {height: auto;}


	.Mfake{width: 300px; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: var(--dkblue);}
	.Ms{ display: flex; justify-content: flex-start;text-align: left; height: 100%; position: relative; z-index: 100}
	.Mone, .M2, .M3{height: 100%;}
	
	.Mone{width: 300px; background-color: var(--dkblue); color: white; position: relative; padding: 10px 0;}
	.Mone a, .Mone button{font-size: 20px; font-weight: 500; color: white; padding: 5px 20px; display: block; width: 100%; text-align: left; display: block; text-decoration: none; font-size: 18px;}
	.Mone a:hover, .Mone a:focus, .Mone button:hover, .Mone button:focus{}

	.Mone a:after, .Mone button:after{content: '\f054'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px; color: var(--dkblue); position: relative; float: right;}
	
	.Mone a:hover:after, .Mone a:focus:after, .Mone button:hover:after, .Mone button:focus:after{color: white;}

	.Mone button.sub_open{color: var(--main); background-color: var(--whitebg);}
	.Mone button.sub_open:after{color: var(--second);}

	.M2{width: 375px; position: relative;}
	.M2 a{color: var(--font); font-weight: 400; text-decoration: none; display: block; padding: 5px 0;}
	.M2 a:hover, .M2 a:focus{color: var(--second); text-decoration: underline;}
	.CMsub{display:none; position: absolute; top: 10px; left: 50px;}

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

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 45px; width: 44px; color: white; position: absolute; top: 35px; right: 0; font-size: 40px}
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s; color: var(--ltblue)}
		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: #FFFFFF; position: absolute; top: 0; right: 0; text-align: center; }
		nav.mobile button.menutoggler2:after {content: '';}

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

		.MMbg{background-color: var(--dkblue);  color: white;padding: 40px 0px 30px 0px; }

		.MMbg a, .MMbg button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;  font-size: 24px; font-weight: 900;font-family: avenir, arial, sans-serif; padding: 10px 30px}
		.MMbg button.flipped{color: var(--ltblue);}

		.MMbg button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 3px; right: 20px; transition: all .25s;transform: rotate(-90deg); }
		.MMbg button.flipped:after { transform: rotate(0deg);}

		 .MMbg .L2 a, .MMbg .L2 button {font-size: 20px; padding: 5px 30px}

		 .MMbg .L2 a{text-decoration: underline;}

		 .MMbg .L3 a{font-weight: 400; }

		.TLiconic, .TLnoticonic{background-color: var(--whitebg); color: var(--font);}
		.TLiconic{ padding: 30px 30px 0px 40px; }
		.TLiconic a{color: var(--font); font-size: 16px; font-weight: 900;padding: 7px 0px; display: block; text-decoration: none;}
		.TLiconic a .RLicon{color: var(--main)}
		.TLiconic hr{border-top: solid 1px #e8e8e8; margin: 30px 0 0 0 ;}
		.TLnoticonic{ padding: 30px 30px 30px 40px;}
		.TLnoticonic a, .TLnoticonic .notalink{color: var(--font); font-size: 15px;font-weight: 400; padding: 5px 0px; display: block;text-decoration: 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) {
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		nav.mobile{  width: 300px; right: -300px;  }
		button.menutoggler{ height: 52px; width: 44px; /*color: var(--main);*/ position: absolute; top: 0px; right: 20px; font-size: 30px; z-index: 101}
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s; color: var(--second)}
	}


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


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

	section.home {padding: 80px 30px; position: relative;}
	section.home .container-fluid {max-width: 1300px;}
	.blueswoosh{background: url(../images/swoosh-desktop.png), linear-gradient(0deg, rgba(2,67,121,1) 0%, rgba(2,80,146,1) 100%); background-repeat: no-repeat; background-position: center center;  background-blend-mode: underlay; height: 442px; width: 100%; position: absolute; top: 0; right: 0;}
	.Pbox{height: 100%; width: 400px; border-radius: 50px 0;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16); overflow: hidden; background-color: var(--whitebg); margin: 0 auto;}
	.Pimg{height: 200px; width: 100%; }
	.Pimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
	.Ptext{padding: 20px 30px;font-size: 18px;}
	.Ptext h3{ color: var(--main)}
	

	/*XL*/
	@media only screen and (max-width: 1400px) { 
		.Pbox{width: 350px;}
	}


	/*L*/
	@media only screen and (max-width: 1199px) { 
		section.home {padding: 50px 30px; }
		.Pbox{width: 100%; max-width: 700px;}
		.Pimg{height: 400px;}
		.blueswoosh{height: calc(100% - 130px); }
	}

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		.Pimg{height: 200px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.home {padding: 40px 26px; }
	}



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

	section.icons {padding: 100px 40px;  }
	section.icons .liner{max-width: 1300px; padding: 46px 85px; border-radius: 50px 0; box-shadow: 0 0 40px 0 rgba(0, 11, 20, 0.16); }

	section.icons ul{display: flex; justify-content: center; align-items: center; gap: 100px; list-style: none; margin: 0; padding: 0}

	section.icons a{font-size: 20px; font-weight: 900; color: var(--main); text-decoration: none; line-height: 1.1}
	section.icons a .RLfa{ font-size: 45px; display: block; color: var(--main); padding-bottom: 10px;}
	section.icons a:after {content: '\f054'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative;left: 5px; transition: all .25s; color: var(--second)}
	section.icons a:hover, section.icons a:focus{color: var(--second);}
	section.icons a:hover:after, section.icons a:focus:after{left: 10px;;}

	/*L*/
	@media only screen and (max-width: 1199px) { 
		section.icons .liner{ padding: 40px;}
		section.icons ul{gap: 50px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.icons {padding: 80px 40px;  }
		section.icons .liner{max-width: 500px; padding: 0; border-radius: 0; box-shadow: none;  }
		section.icons ul{flex-direction: column; gap: 15px;width: 100%;}
		section.icons ul li {width: 100%;}
		section.icons a{width: 100%; height: 75px; border-radius: 36px;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);  display: flex; justify-content: center; align-items: center; gap:10px; background-color: var(--whitebg) }
		section.icons a .RLfa{ font-size: 40px;  padding-bottom: 0px; }
	}

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

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

/*** HOME - ABOUT US ********************************************/

	section.aboutus{padding: 0px 30px 60px 30px;}
	.aboutbox{max-width: 350px;  margin: 25px auto;}
	.abouticon{ font-size: 48px; color: var(--main); background: url(../images/redswoosh.png) no-repeat center bottom; padding: 0 0 25px 0; margin-bottom: 12px; }
	.aboutbox a{color: var(--second);}
	.aboutbox a:hover, 	.aboutbox a:focus{color: var(--main);}


	/*XL*/
	@media only screen and (max-width: 1400px) { 
		.aboutbox{max-width: 285px;}
	}
	/*L*/
	@media only screen and (max-width: 1199px) { 
		.aboutbox{max-width: 250px;}
	}

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



/** INTERIOR HERO *****************************************/
	.R0.regional_slideshow.carousel { position: relative; min-height: 0; height: 431px;  z-index: 1; border-bottom: solid 10px var(--second)}

	.R0.regional_slideshow .carousel-item {width: 100%;min-height: 0; height: 421px;  background-position: center center;   background-size: cover;   background-repeat: no-repeat; position: relative;  z-index: 1}
	.R0.regional_slideshow .carousel-item h1{margin-bottom: 0; color:white;}
	.R0.regional_slideshow .carousel-item:after{ content:''; width: 100%; height: 268px; background-image: url(../images/hero-pattern-desktop.png), linear-gradient(to bottom, rgba(1, 40, 73, 0), #025092);  background-blend-mode: overlay;position: absolute; bottom: 0; right: 0; z-index: -1; }

	.R0.regional_slideshow .carousel-caption {width: 100%; height: 100%; left: 0; bottom: 0; display: flex; justify-content: flex-start; align-items: center; background: linear-gradient(90deg, rgba(0,56,103,1) 0%, rgba(0,56,103,0) 70%, rgba(0,56,103,0) 100%); padding: 10px calc(50% - 715px); color: white; font-size: 16px}

	.R0.regional_slideshow .carousel_caption_text{text-align: left;}
	.R0.regional_slideshow .carousel_caption_text a.cta{background-color: var(--stayred);}
	.R0.regional_slideshow .carousel_caption_text a.cta:hover, .R0.regional_slideshow .carousel_caption_text a.cta:focus{background-color: var(--ltblue);}

	.R0.regional_slideshow a.carousel-control-next, .R0.regional_slideshow a.carousel-control-prev {border: solid 0px orange; opacity: 1; text-decoration: none; top: auto; bottom: 0;  height: 44px; width: 44px; font-size: 20px; text-shadow: 0 0 3px #000; z-index: 99; }
	.R0.regional_slideshow a.carousel-control-next:hover,.R0.regional_slideshow a.carousel-control-next:focus, .R0.regional_slideshow a.carousel-control-prev:hover, .R0.regional_slideshow a.carousel-control-prev:focus{color: var(--accent); }

	.R0.regional_slideshow a.carousel-control-prev:after, .R0.regional_slideshow a.carousel-control-next:after { content: '\f053'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.R0.regional_slideshow a.carousel-control-next:after {content: '\f054'; }
	
	/* option 1 - arrows on sides 
	.R0.regional_slideshow a.carousel-control-next{right: 30px; left: auto;} 
	.R0.regional_slideshow a.carousel-control-prev {right: auto; left: 30px;}
	*/

	/* option 2 - arrows lower right */
	.R0.regional_slideshow a.carousel-control-next{right: 30px; left: auto;} 
	.R0.regional_slideshow a.carousel-control-prev {right: 74px; left: auto;}


	.R0.regional_slideshow.carousel ol.carousel-indicators {border: solid 0px lime; position: absolute; bottom: 20px; left: 0; right: auto; top: auto; margin: 0; width: 100%; height: 20px; padding: 0; align-items: flex-end;}

	/* option 1 - dots
	.R0.regional_slideshow.carousel ol.carousel-indicators li {width: 16px;height: 16px; background-color: #fff; border-radius: 50%; opacity: 1; margin: 0 5px; padding: 0; border: solid 1px var(--main)}
	*/

	/* options 2 - bars */
	.R0.regional_slideshow.carousel ol.carousel-indicators { align-items: flex-end; padding-right: 30px;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li {width: 20px;height: 5px; background-color: #fff; border-radius: 0; opacity: 1; margin: 0 5px; padding: 0; border: solid 1px var(--main)}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active { height: 10px;}


	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: var(--accent)}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: var(--second)}

	@media only screen and (max-width: 1600px) {
		.R0.regional_slideshow .carousel-caption {padding: 10px 70px;}

	}

	/*XXL*/
	@media only screen and (max-width: 1400px) {
		.R0.regional_slideshow.carousel {height: 349px;}
		.R0.regional_slideshow .carousel-item {height: 339px;}
		.R0.regional_slideshow .carousel-item:after{  height: 166px; }
		.R0.regional_slideshow .carousel-caption {padding: 10px 40px;}

	}


	/*L*/
	@media only screen and (max-width: 1199px) {
		.R0.regional_slideshow.carousel {height: 443px;}
		.R0.regional_slideshow .carousel-item {height: 433px;}
		.R0.regional_slideshow .carousel-caption {padding: 10px 30px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.R0.regional_slideshow.carousel {height: 346px;}
		.R0.regional_slideshow .carousel-item {height: 336px;}
		.R0.regional_slideshow .carousel-item:after{  height: 129px; }

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.R0.regional_slideshow.carousel {height: 258px;}
		.R0.regional_slideshow .carousel-item {height: 248px;}
		.R0.regional_slideshow .carousel-item:after{  height: 96px; }
		.R0.regional_slideshow .carousel-caption{ background: none rgba(2, 80, 146, 0.7);}
		.R0.regional_slideshow .carousel_caption_text{width: 100%; text-align: center;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.R0.regional_slideshow.carousel {height: 223px;}
		.R0.regional_slideshow .carousel-item {height: 213px;}
		.R0.regional_slideshow .carousel-caption{font-size: 17px;}
	}

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

	section.inside{padding: 0 84px;}
	article.container-fluid { margin: 0 auto; text-align: left; padding-bottom: 50px }
	section.inside article img{box-shadow: var(--shadow);}

	.callout{width: 100%; padding: 50px 40px; margin: 50px 0; background: url(../images/footer-pattern.png) var(--paleblue) center center; border-radius: 50px 0 }
	.callout a{color: var(--main);}
	.callout a:hover, .callout a:focus{color: var(--second);}
	.callout h2, .callout .h3{margin-top: 0;}

	.callout2{width: 100%; padding: 50px 40px; margin: 50px 0;  border-radius: 50px 0; background-color: var(--whitebg); box-shadow: var(--shadow);}
	.callout2 h2, .callout2 .h3{margin-top: 0;}

	section.columnar{display: flex;}
	.Ccontent{border: solid 1px red; width: calc(100% - 415px);}
	.Csidebar{border: solid 1px blue; width: 415px; padding: 0 0 40px 50px}
	
	.boxes{display: flex; justify-content: space-between; width: 100%; padding: 30px 0; gap: 80px; flex-wrap: wrap;}
	.boxx{padding: 50px 40px; border-radius: 50px 0; box-shadow: var(--shadow); flex: 1 1; text-align: center;}
	.boxx .fa-solid, .boxx .fa-regular, .boxx .fa-light, .boxx .fa-thin{ font-size: 45px; font-weight: 300; color: var(--second);}

	section.blue{background: url(../images/swoosh-desktop.png) center center var(--dkblue) no-repeat; background-size: 120% auto;; color: white; padding: 82px 30px; margin: 82px 0}
	.blueimg{}
	.blueimg img{max-width: 100%; box-shadow: var(--shadow);}
	.bluetext{color: white;display: flex; align-items: center; padding-left: 100px}
	.bluetext div{}
	.bluetext h2{color: var(--ltblue);}
	.bluetext h3{color: white;}


	/*section.regions img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}

	/* testim slideshow*/
	.testimbox{border: solid 0px blue; padding: 0px 0;}
	.Thead{border: solid 0px red; display: flex; justify-content: center;  align-items: center;}
	.Thead h2{ background: url(../images/redswoosh.png) no-repeat center bottom; padding: 0 0 25px 0; margin: 0}
	.Tbody {border: solid 0px orange}
	
	.testimonial-carousel.carousel{border: solid 0px blue;}

	.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: 320px;}

	.content_slideshow.testimonial-carousel .carousel-item {min-height: auto; }
	.testimonial-carousel.carousel{}
	.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 120px; text-align: left;height: 100%; color: var(--font);}
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; }

	.testimonial-carousel.carousel ol.carousel-indicators { position: absolute;  bottom: 0; left: 0; right: auto;
    top: auto; margin: 0; width: 100%; height: 44px;   padding: 0}
	.testimonial-carousel.carousel ol.carousel-indicators li{border: solid 1px transparent; width: 44px; height: 44px; background-color: transparent !important; border-radius: 0; opacity: 1; margin: 0;  padding: 0; display: flex;  justify-content: center; align-items: center;}
	.testimonial-carousel.carousel ol.carousel-indicators li:hover {background-color: transparent;}
	.testimonial-carousel.carousel ol.carousel-indicators li.active {background-color: transparent;}
	.testimonial-carousel.carousel ol.carousel-indicators li:after{content:''; width: 15px; height: 15px; display: block; border: solid 2px var(--main); border-radius: 5px 0; }
	.testimonial-carousel.carousel ol.carousel-indicators li:hover:after {background-color: var(--second);}
	.testimonial-carousel.carousel ol.carousel-indicators li.active:after {background-color: var(--main);}


	/*L*/
	@media only screen and (max-width: 1199px) {
		section.inside{padding: 0 40px;}
		.boxes{ gap: 20px}
		section.blue article{max-width: 750px;}
		.bluetext{max-width: 750px; padding: 30px 0 0 0; margin: 0 auto}
		.blueimg{max-width: 750px; margin: 0 auto; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.inside{padding: 0 30px;}

		.boxes{ gap: 35px}
		.boxx{ flex: 1 1 100%;}
		section.blue{ padding: 60px 30px; margin: 60px 0 }
		.bluetext, .blueimg{max-width: 650px;}
		.bluetext div h2{margin-top: 0;}
		section.columnar{display: block;}
		.Ccontent{ width: 100%;}
		.Csidebar{display: none;}
		.callout, .callout2{ padding: 40px 30px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 0;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.blue{ padding: 60px 20px; }
		section.inside{padding: 0 20px;}
		.callout,{ padding: 30px 20px;}
		.callout2{ padding: 40px 20px;}
	}

/** DREAMS & GOALS *****************************************/

	/* dreams */
	section.dreams{text-align: center; margin-bottom: 100px}
	.dreamer{width: 100%; height: 435px;position: relative; }
	.dreambg{ width: 66%; max-width: 850px; height: 435px; background-color: var(--main); border-radius: 50px 0; position: absolute; top: 0; right: 0;  z-index: 1}
	
	button.dream{width: 36%; max-width: 549px; height: 75px; padding: 0px 30px; text-align: left;border-radius: 25px 0;  background-color: transparent; color: var(--main); font-size: 22px;  font-weight: 900; position: absolute; top: 40px; left: 0; z-index: 99}
	button.dream:hover, button.dream:focus, button.dream.DBopened{box-shadow: 0 0 40px 0 rgba(0, 11, 20, 0.16);background-color: var(--whitebg); color: var(--second);}
	button.dream:before{content: '\f762'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; margin-right: 5px;color: var(--main); }
	button.dream:after{content: '\f054'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; margin-left: 5px;color: var(--second); transition: all .25s}
	button.dream:hover:after, button.dream:focus:after{margin-left: 10px;}

	button.dream#dream2{top: 115px;}
	button.dream#dream3{top: 190px;}
	button.dream#dream4{top: 265px;}
	button.dream#dream5{top: 340px;}
	button.dream#dream6{top: 415px;}

	.dreambox{display: none; width: 66%; max-width: 850px; height: 435px; background-color: var(--dkblue); color: white; border-radius: 50px 0; position: absolute; top: 0; right: 0; overflow: hidden; z-index: 90; transition: all .25s}
	.Dtext{height: 100%; width: 54%; padding: 0 60px;display: flex; align-items: center; position: absolute; top: 0; left: 0;}
	.Dtext div{text-align: left;}
	.Dtext h4{color: var(--ltblue);}
	.Dimg{width: 46%; height: 100%; position: absolute; top: 0; right: 0;}
	.Dimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
	.dreambox.dreamopened{display: block;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		button.dream{width: 43%;}
		.dreambg, .dreambox{width: 59%;}
		.Dtext{width: 100%; padding: 0 50px;}
		.Dimg{display: none;}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.dreamer{ height: auto; }

		button.dream{width: 100%; max-width: 100%; text-align: center;border-radius: 25px 0;  position: static; box-shadow: 0 0 40px 0 rgba(0, 11, 20, 0.16);background-color: var(--whitebg); margin-top: 20px;}
		button.dream.DBopened{border-radius: 25px 0 0 0;}
		.dreambg{display: none;}

		.dreambox{display: block; width: 100%; max-width:100%; max-height: 0px; height: auto; border-radius: 0 0 50px 0; position: static; transition: all .5s }
		.Dtext{height: auto; padding: 30px 60px;display: block; position: static}
		.dreambox.dreamopened{max-height: 1500px}
		.Dtext div{text-align: center;}
	}

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

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


/*** INSIDE - HELP *****************************************/

	section.help{padding: 0 30px 140px 30px}
	section.help .liner{max-width: 1370px; border-radius: 50px 0; box-shadow: var(--shadow);  padding: 60px 30px; background-color: var(--whitebg); }
	section.help .liner h2{margin: 0 0 40px 0}
	section.help .links{display: flex; justify-content: center; align-items: center; gap: 100px;}
	section.help a{font-size: 20px; font-weight: 900; color: var(--main); text-decoration: none}
	section.help a .RLicon{ font-size: 45px; display: block; color: var(--main); padding-bottom: 10px;}
	section.help a:after {content: '\f054'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative;left: 5px; transition: all .25s; color: var(--second)}
	section.help a:hover, section.help a:focus{color: var(--second);}
	section.help a:hover:after, section.help a:focus:after{left: 10px;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.help{padding: 0 30px 80px 30px}
		section.help .links{justify-content: space-between;}
	}
	/*S*/
	@media only screen and  (max-width: 767px) {
		section.help .links{flex-direction: column; gap: 40px;}
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.help{padding: 0 30px 60px 30px}
	}

/** FOOTER BUTTONS *************************************************/


	.TL4,.Monly, .footer_buttons {display: none}
	/*
	#sitesearch {color: white;width: 44px; height: 44px; position: absolute; top: 78px; right: 0; z-index: 101; font-size: 20px}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--ltblue);}
	#sitesearch:before, #sitesearch2:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down:before, #sitesearch2.down:before{content: '\f00d';}

	@media only screen and (max-width: 1450px) {
		#sitesearch { top: 45px; right: 54PX; }
	}


	@media only screen and (max-width: 991px) {
		header #sitesearch, header button.menutoggler{display: none;}
		.footer_buttons{position: fixed; top: auto;  bottom: 0; right: 0; width: 100%; background-color: var(--whitebg); height: 100px;display: flex; justify-content: space-between; z-index: 101; box-shadow: var(--shadow);}
		.TL4 {display: flex; justify-content: space-between;flex: 1 1 50%; height: 100%;}
		.TL4 a, .TL4 .notalink{ flex: 1 1 50%; height: 100%; color: var(--font); font-weight: 400; text-decoration: none; padding: 20px 30PX; }
		.TL4 a .RLicon, .TL4 .notalink .RLicon{color: var(--main); display: block; }

		#sitesearch2, button.menutoggler { position: static; flex: 1 1 25%; height: 100%; color: var(--main); font-size: 16px}
		button.menutoggler:before, #sitesearch2:before{font-size: 20px;}
		.Monly{display: block; color: var(--font);}

		.TL4 a:hover .RLicon, .TL4 a:focus .RLicon, button.menutoggler:hover:before, button.menutoggler:focus:before, #sitesearch2:hover:before, #sitesearch2:focus:before{color: var(--second);}

	}

	@media only screen and  (max-width: 767px){
		.TL4 a, .TL4 .notalink{ padding: 20px; }
	}

	@media only screen and  (max-width: 640px){
		.TL4 a, .TL4 .notalink{ padding: 20px 10PX; }
	}

	@media only screen and  (max-width: 767px) and (orientation: landscape){
		.footer_buttons{position: absolute; z-index: 101}

	}
	@media only screen and  (max-width: 575px) {
		.TL4 a, .TL4 .notalink{ padding: 20px 5PX; font-size: 16px}
	}
	@media only screen and  (max-width: 500px) {
		.TL4 a:nth-child(2){ padding: 7px 2PX;}
	}
	*/



/** FOOT ****************************************************/
	footer {width: 100%; background: url(../images/footer-pattern.png) var(--dkblue) center center; color: white; border-top: solid 10px var(--second); padding: 55px 30px;  line-height: 1.33;}

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

	p.Fhead, div.Fhead{font-size: 22px; font-weight: 900; margin: 0 0 10px 0}

	.bottomlinks {color: white; padding-top: 40px}
	.bottomlinks a {display: block; font-weight: 400; margin-bottom: 10px;}
	.bottomlinks a:hover, .bottomlinks a:focus{text-decoration: underline;}

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{font-size: 30px; margin-right: 10px; text-decoration: none !important}
	.socmed a:hover, .socmed a:focus{color: var(--ltblue)}

	.apps img{ margin-right: 10px;}

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



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

	/*M*/
	@media only screen and (max-width: 991px) {
		footer { padding: 55px 30px 130px 30px;}
	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.bottomlinks { padding-top: 0px}
		.socmed a, .socmed .notalink, .apps img{ margin: 0 5px;}
		.apps img{ margin: 5px;}


	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.blu {color: var(--main);}
	.red{color: var(--second)}
	.indentP{padding: 0 0 0 20px;}

/** 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"],   div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta, button#exedout, .slider_calc_ctas a
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: var(--main); color: white; padding: 12px 30px; background-color: var(--stayred); color: white; border-radius: 22px; border: solid 2px #fff; font-size: 16px; font-weight: 700; font-family: avenirB, arial, sans-serif;}

	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,  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, .slider_calc_ctas a:hover, .slider_calc_ctas a:focus
	{text-decoration: none;background-color: var(--ltblue); color: var(--dkblue)}

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

	h1 {font-family: avenirB, arial, sans-serif;font-weight: 700; font-size: 36px; line-height: 1.2; color: var(--main); margin: 100px 0 1rem 0;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{font-family: avenirB, arial, sans-serif;font-weight: 700; font-size: 32px; line-height: 1.2; color: var(--main); margin: 100px 0 1rem 0;}
	article h2{margin: 100px 0 1rem 0;}
	article h2.KJEToggleTitle{padding: 0}
	.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, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
	{font-family: avenirB, arial, sans-serif;font-weight: 700; font-size: 28px; line-height: 1.2; color: var(--font); margin: 0px 0 1rem 0;}
	article h3{margin-top: 40px;}
	article div h3{margin-top: 0px;}

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

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

	h6 {}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 34px;}
		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: 30px;}
		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: 26px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 32px;margin-top: 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: 28px; margin-top: 50px;}
		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: 24px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 22px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 30px;}
	}


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

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

	/*div.code_block_center.code_block_accordion_wrap{margin-bottom: 50px;}*/

	/* closed Q */
	div.cms_form_collapsible_header a:visited, 
	.faq_question_block_slide_question_closed a, 
	.faq_question_block_slide_question_closed a:visited, 
	div.faq_recent_block .faq_question_block_slide_question_closed a, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_featured_block .faq_question_block_slide_question_closed a, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_popular_block .faq_question_block_slide_question_closed a, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_question_panel .faq_question_block_slide_question_closed a, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
	.code_block_accordion div.code_block_indiv_top,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited
	{padding: 16px 30px 16px 60px;background-color: var(--whitebg); color: var(--font); display: block;   font-size: 18px;position: relative; text-decoration: none;font-weight: 900; box-shadow: var(--shadow); border-radius: 27px}
	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(--ltblue); color:var(--dkblue);text-decoration: none;}

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

	/* 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, 
	.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_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: 300; position: absolute; top: 0; right: 0; font-size: 22px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; transition: all .25s; transform: rotate(0deg);}
	
	.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, 
	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
	{transform: rotate(180deg);}



	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 30px;}
	.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 {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}
	tr.table_builder_header_row{background: transparent;}
	.content_rates_table th, .table_builder th, table.table th {font-weight: bold; color: white; background-color: var(--dkblue); padding: 16px 50px;}
	.content_rates_table td, .table_builder td, table.table td { padding: 16px 50px; color: var(--font);border: 0}


	td.content_rates_table_row2, TR.table_builder_row_even td{background: var(--pale);}
	td.content_rates_table_row1, TR.table_builder_row_odd td{background: var(--paleblue);}
	table.table tr:nth-child(odd) td{background-color: var(--paleblue);}
	TR.table_builder_row_odd {}
	table.table tr:nth-child(even) td{background-color: var(--pale); border: 0}
	table.table tr:nth-child(odd) td{background-color: var(--paleblue); border: 0}



	/* roudned corners*/
	.content_rates_table tr:first-child th:first-child, .table_builder tr:first-child th:first-child{border-radius: 25px 0 0 0;}
	.content_rates_table tr:first-child th:last-child, .table_builder tr:first-child th:last-child{border-radius: 0 25px 0 0;}
	.content_rates_table tr:last-child td:first-child, .table_builder tr:last-child td:first-child{border-radius: 0 0 0 25px;}
	.content_rates_table tr:last-child td:last-child, .table_builder tr:last-child td:last-child{border-radius: 0 0 25px 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(--accent);}
	.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: 991px) {
		.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}

		.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{background: url(../images/swoosh-desktop.png), linear-gradient(0deg, rgba(2,67,121,1) 0%, rgba(2,80,146,1) 100%); background-position:  center center; background-repeat: no-repeat; background-size: contain; background-blend-mode: underlay;color: white; padding: 50px 30px; margin: 0}
	section.rc-container .container-fluid{max-width: 1300px;}
	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}

	.rates_links{}
	.rates_links a.cta{margin: 5px; width: 160px; padding: 12px 0px;}
	.rates_links p{margin:0}

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

	.slick-slider{ border: solid 0px lime; 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;}

	.slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center;border: solid 0px orange; padding: 0 20px; font-family: avenir, arial, sans-serif;}

	.Rtext{font-size: 20px;  font-weight: 700; line-height: 1.14; color: white; transition: all .25s; }
	.Rapr{font-size: 15px; color: white; line-height: 1; font-weight: 400 }
	.Rnumber{font-size: 55px; font-weight: 900;color: var(--second); line-height: 1; color: white; margin: 10px 0}
	.Rnumber:after{content:' %';}
	.Rnumber sup{font-size: 24px; top: -1em;}
	.slick-slide a{text-decoration: none;}
	.slick-slide a:hover, .slick-slide a:focus{text-decoration: none;}
	.slick-slide a:hover .Rnumber, .slick-slide a:focus .Rnumber{color: var(--ltblue); }

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{border: solid 0px lime; z-index: 99; color: white; font-size: 20px; position: absolute; top: 0; display: block;  width: 80px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	.slick-prev{left: 5px;}
	.slick-next{left: auto;right: 5px;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color:white; outline:none;left: 0px;}
	.slick-next:hover, .slick-next:focus{left: auto; right: 0px;}




	/*M*/
	@media only screen and (max-width: 991px) {
		section.rc-container{ padding: 50px 30px;}
		section.large_banner{background-image: url();}
		section.large_banner.L{background-image: url();}
		section.rc-container h2 {margin-top: 0}
		.slick-slider{ width: calc(100% - 80px) !important;  }
		.slick-prev, .slick-next{width: 40px;}
		.Rnumber{font-size: 50px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.Rtext{  font-size: 24px;}
		.Rapr{   font-size: 14px;}
		.Rnumber{  font-size: 50px;}
		.Rnumber sup{font-size: 20px; top: -1em;}
		section.rc-container{ padding: 50px 0px; }
		.rates_links p{display: inline}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.rc-container{ padding: 40px 0px;}
		section.rc-container a.cta{ margin: 9px 8px;}
		section.rc-container a.cta:hover, section.rc-container a.cta:focus{margin: 7px 0;}
		.rates_links p{display: block}

	}


