@import url("/templates/COMMON_JS/bootstrap-4.6.2-dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

/* with any luch, all you have to change is these color definitions
If you need white text to be something else, search for "color: white" */

:root {
  --main: #26387D;
  --second: #8F191C;
  --pale: #e4e5e7;
  --font: #333;
  --footer: linear-gradient(to top, #18234E, var(--main));
  --shadow:  0px 3px 7px 0 rgba(0, 0, 0, 0.25);;
  --grade: linear-gradient(to bottom,var(--main), var(--second));
  --nongrade: linear-gradient(to top,  var(--second), var(--second)); /*used to transition smoothly from gradient backgorund to solid color */
}
/*
main - blue
second - red
pale - beige
font - dk grey
footer - same blue

Red: #8F191C
Blue: #26387D
Dark Blue: #18234E
Red-Blue Gradient: #26387D to #8F191C
Blue Gradient: #26387D to #18234E

*/

/** 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: "Open Sans", sans-serif;font-size: 16px; color: var(--font);}

	p{margin: 14px 0;}
	article, aside {line-height: 1.625; }
	.liner, article {width: 100%;  max-width: 1160px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1200px; width: 100%; margin: 0 auto; padding: 0}
	section { width: 100%; padding: 0; margin: 0;}

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

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

	.use-mixin { background-color: #007bff; box-shadow: 0 0 1px rgba(0, 123, 255, 0.25); color: white; }
	.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; padding: 0 30px; position: absolute;  background-color: rgba(255,255,255, 0.85);box-shadow: var(--shadow)}
	header .liner{height: 140px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

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

	.toplinks {position: absolute; top: 33px; right: 300px; color: var(--font);  z-index: 90 }
	.toplinks a, .toplinks .notalink  { font-size: 16px; font-weight: 400;  color: var(--font); margin-left: 24px;}
	.toplinks a:hover, .toplinks a:focus { color: var(--second);}
	.toplinks .TNicons .RLwords {display: none;}
	.toplinks .TNicons a:hover, .toplinks .TNicons a:focus {color: var(--second); text-decoration: none;}
	.toplinks a .RLicon{display: none;}

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

	.sitesearch {display: none;position: absolute; top: 90px; right: 60px; height: 44px;  background-color: var(--pale);  width: calc(100% - 60px - 320px); z-index: 101; border-radius: 5px;}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 20px; height: 100%; width: calc(100% - 44px); border: 0; background-color: transparent;}
	/*
	.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: 44px; height: 100%;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

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

	/*L*/
	@media only screen and (max-width: 1199px) {
		.toplinks {top: 20px;width: calc(100% - 300px - 250px); max-width: 570px; right: 280px; }
		.sitesearch {width: calc(100% - 60px - 300px); }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		header{position: relative; background-color: white; margin-bottom: 50px;}
		header .liner{height: 100px;}
		.toplinks {top: 28px; right: 100px; width: calc(100% - 120px - 210px); max-width: 100%; }
		#sitesearch { right: 44px; top: 0px; height: 100px}
		.sitesearch { top: 28px; right: 90px;  width: calc(100% - 90px - 250px); min-width: 350px;}
		a.homelink{max-width: 200px; width: calc(100% - 460px); height: 100px;  }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header { padding: 0;}
		header .liner{height: 80px;}
		#sitesearch { right: 94px;  height: 80px}
		.sitesearch { top: 130px; right: 0;  width:100%; min-width: 100%; border-radius: 0;}
		a.homelink{width: 160px; height: 80px; left: 30px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		a.homelink{left: 20px; }
	}

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

	nav{width: 770px; position: absolute; top: 82px; right: 70px; height: 58px;  z-index: 100; gap: 10px}
	.L1{ min-height: 50px; position: relative; }
	.L2{ display: none; position: absolute; top: 58px; left: -30px; background-color: var(--main); width: 300px; box-shadow: var(--shadow);padding: 20px}
	nav .L1:last-child .L2{left: auto; right:0}
	.L3{display: none;}

	nav button, nav a{display: block;  color: var(--main); font-weight: 600;position: relative;  height: 58px; border-bottom: solid 3px transparent }
	nav button:hover, nav button:focus, nav a:hover, nav a:focus{color: var(--main);border-bottom: solid 3px var(--second); }

	nav .L2 button, nav .L2 a, nav .L3 a{padding: 5px 10px;font-weight: 400; height: auto; border: 0; width: 100%; position: relative; color: white;}
	nav .L2 button, nav .L2 a{  }
	nav .L2 button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 10px; right: 10px; transition: all .25s; }
	nav .L2 button.flipped:after { transform: rotate(180deg);}

	nav .L3 a{ color: white; }

	nav .TL {display: none;}
	

	/* L */
	@media only screen and (max-width: 1199px) {
		nav{ width: calc(100% - 60px - 310px); right: 60px; max-width: 700px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		button#menutoggler{ width: 44px; height: 100px !important; position: absolute; top: 0px !important; right: 0;  font-size: 30px; padding: 0; line-height: 1; color: var(--main);}
		button#menutoggler:hover, button#menutoggler:focus{color: var(--second);}
		button#menuX{width: 44px; height: 44px; position: absolute; top: 0px; right: 0px; font-size: 36px; padding: 0; color: white; line-height: 1; border: 0}
		button#menuX:hover, button#menuX:focus{}
		button#menuX:after{content: ''; display: none;}

		nav{width: 300px; position: fixed; top: 0; right: -300px; left: auto; height: 100%; background-color: var(--main); transition: all .25s; padding-top: 60px; z-index: 103}
		nav.out{right: 0; box-shadow: var(--shadow);}
		nav button, nav a, nav .notalink{position: relative; width: 100%; border: 0; height: auto; margin: 0; padding:10px 20px ; color: white; display: block;}
		nav button:hover, nav button:focus, nav a:hover, nav a:focus{border: 0; color: white;}
		nav button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 20px; transition: all .25s; }
		nav button.flipped:after { transform: rotate(180deg);}
		.L2{ position: static; background-color: transparent; width: 100%;  box-shadow: none}
		button#menutoggler{height: 44px; top: 54px; }

		nav .TL {display: block;}
		nav .TL a, nav .TL a .notalink {font-weight: 400}
		nav .TL a .RLicon {display: none}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		button#menutoggler{ height: 80px !important; right: 30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		button#menutoggler{right: 20px;}
	}

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

	section.icons {background: var(--footer); padding: 0; position: relative; z-index: 99; height: 200px}
	section.icons .liner { position: relative; z-index: 99; }
	section.icons ul {width: 100%; display: flex; justify-content: center;  display: flex; justify-content: center; list-style: none; margin: 0; padding: 0}
	section.icons ul li{flex: 1 1;  position: relative;  border-right: solid 1px white;height: 160px; top: 20px;}
	section.icons ul li:last-child{ border: 0;}
	section.icons a{display: block; width: 100%; font-weight: 600; color: white; font-size: 22px;padding: 40px 20px; height: 200px;position: relative; z-index: 99; position: relative; top: -20px;}
	section.icons a .RLfa{color: white; opacity: .4;  font-size: 48px; display: block; margin-bottom: 16px; transition: all .25s;}
	section.icons a:hover, section.icons a:focus{text-decoration: none; background-color: var(--second);}
	section.icons a:hover  .RLfa, section.icons a:focus .RLfa{opacity: 1}
	section.icons a:after{content: ''; background-color: white; width: 30px; height: 3px; position: absolute; bottom: 40px; right: calc(50% - 15px); }
	
	section.testimonials{background: var(--grade); color: white; padding: 40px 30px; }
	section.testimonials h2 { color: white; margin-top: 0 }
	.testimonial-carousel.carousel{border: 0; max-width: 1160px; margin: 0 auto}
	.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: 260px; min-height: 260px;}
	.regional_slideshow.testimonial-carousel .carousel-item { min-height: auto; }
	.testimonial-carousel.carousel{}
	.regional_slideshow.testimonial-carousel .carousel-caption {padding: 20px 120px; height: 100%;font-size: 20px; color: white;}
	.regional_slideshow.testimonial-carousel .carousel-caption-text{text-align: center;font-size: 20px; color: white; }
	
	/* arrows */
	.regional_slideshow.testimonial-carousel a.carousel-control-prev, .regional_slideshow.testimonial-carousel a.carousel-control-next {width: 38px; text-shadow: none; color: white; font-size: 38px;}
	.regional_slideshow.testimonial-carousel a.carousel-control-prev:hover, .regional_slideshow.testimonial-carousel a.carousel-control-prev:focus, .regional_slideshow.testimonial-carousel a.carousel-control-next:hover, .regional_slideshow.testimonial-carousel a.carousel-control-next:focus { color:white;}
	
	/* dots */
	.testimonial-carousel.regional_slideshow.carousel.slide ol.carousel-indicators li{background-color: var(--main);}
	.testimonial-carousel.regional_slideshow.carousel.slide ol.carousel-indicators li:hover{background-color: var(--pale);}
	.testimonial-carousel.regional_slideshow.carousel.slide ol.carousel-indicators li.active{background-color: white;}
	.testimonial-carousel.regional_slideshow.carousel.slide .carousel_caption_text hr{display: none;}


	section.home {background: var(--pale); padding: 75px 30px;}
	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; align-content: center;  gap: 30px; flex-wrap: wrap; }
	section.home .code_block_box{flex: 1 1; max-width: 357px; background-color: white;}

	section.home .code_block_indiv_image{}
	section.home .code_block_indiv_content {padding: 40px 20px;}
	section.home .code_block_indiv_content h2{margin-top: 0; font-size: 18px; font-weight: bold;  color: var(--footer);}

	/*	for promos with slide-up content
	section.home .code_block_box:hover{}
	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) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.home { padding: 50px 30px;}
		section.home .code_block_box{flex: 1 1 100%; width: 100%; max-width: 100%; }
		section.home .code_block_center{ max-width: 458px; margin: 0 auto;}
		section.home .code_block_indiv_content {padding: 30px 20px;}

		.regional_slideshow.testimonial-carousel .carousel-caption {padding: 20px 60px;}

		section.icons {padding: 30px; height: auto; background: none;}
		section.icons ul { gap: 24px; flex-wrap: wrap}
		section.icons ul li{flex: 1 1 30%; border:0;height: auto; top: 0;}
		section.icons a{ font-size: 18px;padding: 14px 15px; height: 65px; top: 0; display: flex;justify-content: flex-start; align-items: flex-start;  background: var(--footer);border-radius: 5px}
		section.icons a .RLfa{ font-size: 36px; margin-bottom: 0; width: 50px; margin-right: 10px;}
		section.icons a:hover, section.icons a:focus{text-decoration: none; background: var(--nongrade);}
		section.icons a:after{ bottom: 15px; right: auto; left: 80px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.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: 260px; min-height: 360px;}
		section.icons ul li{flex: 1 1 45%;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.home { padding: 40px 20px;}
		section.home .code_block_indiv_content {padding: 20px;}
		section.icons ul { gap: 12px;}
		section.icons ul li{flex: 1 1 100%;}
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 460px; background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center; }
	.inttext {background:  linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.4) 47%);font-size: 18px; line-height: 1.2; color: white; padding: 40px calc(50% - 600px); height: 320px}
	.inttext a, .inttext a:visited{color: white;}
	.inttext a:hover, .inttext a:focus {color: white;}

	.nobanner{}
	.nobanner h1{color: var(--main)}

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

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

	section.regions {background: var(--pale); padding: 40px 30px}
	section.regions .liner{gap: 24px; padding: 40px 0}
	section.regions .liner:before {content: ''; width: 30px; height: 3px; background-color: var(--second); display: block; position: absolute; top: 0; left: calc(50% - 15px); }

	section.regions h1, section.regions h2, section.regions h3, section.regions h4, section.regions h5{font-size: 20px;  font-weight: 600;}
	.bannerbox, .regionbox, section.regions .video_wrapper{flex: 1 1 30%;}
	.regionbox {background-color: white; padding: 40px; line-height: 1.5; font-size: 16px;}
	.reginbox h3{font-size: 20px; font-weight: 600; font-stretch: normal; }
	.reginbox .fa-light{font-size: 48px; color: var(--main); }
	.bannerbox img {width: 100%;}
	section.regions ul {margin: 0px; padding: 0px; list-style: none;}
	/*section.regions img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}


	/* testim slideshow
	.testimonial-carousel.carousel{border: 0;}

	.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next  {height: 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%;}
	.content_slideshow.testimonial-carousel .carousel-caption-text{text-align: center; }

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


	/*L*/
	@media only screen and (max-width: 1199px) {
		section.inside{padding: 50px 30px}
		.inttext { padding: 30px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.intbanner { height: 360px;}
		.inttext {height: 100%}
		section.regions { padding: 50px 30px}
		.bannerbox, .regionbox, section.regions .video_wrapper{flex: 1 1 100%;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.intbanner { height: 300px;}
		section.inside{padding: 40px 30px}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.intbanner { height: 200px;}
		.inttext { padding: 20px;}
		section.inside{padding: 40px 20px}
		section.regions { padding: 40px 20px}
	}

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

	footer {width: 100%; background: var(--footer); color: white; padding: 40px 30px}
	footer a, footer a:visited{color: white !important; font-size: 15px}
	footer a:hover, footer a:focus{color: white;}


	.Fhead{font-weight: 600;}
	footer .Fhead, footer h2{font-weight: 600; line-height: 1.2; margin: 0 0 20px 0;  font-size: 18px; color: white; text-transform: uppercase}


	.addr{border-bottom: solid 1px white;}
	.addr p:not(.Fhead){margin: -10px 0 20px 0} 

	.socmed{ border-bottom: solid 1px white;}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed a:visited{ color: yellow; text-decoration: none !important; font-size: 30px; display: inline-block; margin-left: 30px;}
	.socmed a .RLicon{color: white;}


	.bottomlinks a, .bottomlinks a:visited, .bottomlinks .notalink {display: inline-block; font-size: 14px; font-weight: 400;color: white !important; font-size: 14px;}
	.bottomlinks a:hover, .bottomlinks a:focus { color: white;}
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px; color: white;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}


	.footicons{ min-width: 240px;}
	.footicons img{margin-right: 20px;}
	.footnote{font-size: 12px; }
	.footnote p{margin-top: 0}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.footicons{width: 230px; min-width: 230px; max-width: 230px;}
		section.aboutus .container-fluid{ right: 0; margin-right: auto}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bottomlinks {padding-top: 0px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.footicons{width: 100%; min-width: 100%; max-width: 100%;}
		section.aboutus{padding: 40px 30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.aboutus{padding:20px;}
		.socmed .Fhead{display: inline;}
		.socmed a, .socmed .notalink{ display: inline; margin-left: 20px;font-size: 24px;}
		.addr{border:0}

	}

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

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

	a.cta, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta
	{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); color: white; font-size: 15px;  padding: 13px 50px;  border-radius: 5px;text-transform: uppercase; border: solid 1px white;box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);}

	a.cta:hover,  a.cta:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus, .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
	{text-decoration: none;background-color: var(--main);color: white;}

/** HEADERS **********************************************/
	h1 { font-size: 50px; line-height: 1.2; color: white;  font-weight: 600; margin: 0 0 20px 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-size: 36px; line-height: 1.2; margin: 50px 0 14px 0; color: var(--main); font-weight: normal;    font-weight: 600}
	article h2.KJEToggleTitle{padding: 0}
	section.inside article h2:first-child{margin-top: 0}
	article h2{padding-bottom: 20px; margin-bottom: 20px; position: relative; }
	article  h2:after{content: ''; width: 30px; height: 3px; background-color: var(--second); display: block; position: absolute; bottom: 0; left: 0; }



	h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
	{ font-weight: normal; font-size: 32px; line-height: 1.2; margin:  14px 0; color: var(--main);   font-weight: 600}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{ font-weight: normal; font-size: 24px; line-height: 1.2; margin:  10px 0; color: var(--main);   font-weight: 600}

	h5, .forum_thread_date, .forum_mischeader_title	
	{ font-weight: normal; font-size: 20px; line-height: 1.2; margin:  10px 0; color: var(--main);   font-weight: 600}

	h6 {}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 44px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question{font-size: 32px;}
		h3, .code_block h1, .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: 28px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 20px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 18px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 36px;}
		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: 24px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 30px; margin: 0 0 15px 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-size: 24px;}
		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: 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;}

	/*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, 
	.code_block_accordion div.code_block_indiv_top 
	{padding: 12px 60px 12px 20px;color: white; background-color: var(--main); display: block;   font-size: 20px;position: relative; text-decoration: none;}
	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
	{background-color:  var(--second); color:var(--font);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 
	{color: white; background-color: var(--second);  display: block; padding: 12px 60px 12px 20px;  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
	{content: '';}
	
	.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_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, 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_recent_block .faq_question_block_slide_question_open a:before{content: '\f077'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; } 
	*/


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 20px; 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)}

/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--main);}
	table.tipped_table{ margin: 10px 0; }


/** 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;}
	.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 {margin-bottom: 20px; width: 100%; }
	.content_rates_table th, .table_builder th {font-weight: bold; color: white; background-color: var(--main); padding: 15px 20px;}
	.content_rates_table td, .table_builder td { padding: 15px 20px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: var(--pale);}
	TR.table_builder_row_odd {}

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

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

/** 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: white 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 white; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:white; 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:white; }
	#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;
  }

}

