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


:root {
  --main: #11325A;
  --second: #89DB7D;
  --accent: #FFEE60;
  --pale: #F5F6F7;
  --font: #333;
  --steel: #6E7691;
  --grey: #737373;
  --blushade: rgba(17, 50, 90, .8);

}

/* Blue: #11325A
Yellow: #FFEE60
Green: #89DB7D
Grey: #6E7691
BG Light: #FFFFFF
BG Dark: #F5F6F7 */

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

	body {text-align: center; background: url(../images/u1_bg.png) no-repeat center center WHITE; background-attachment: fixed; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: source-sans-pro, sans-serif;  font-size: 20px;}
	.contentwrapper{width: 100%; position: relative; overflow: hidden; }

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

	a, button.modal_link{  transition: all .25s; color: var(--steel); font-weight: 600;}
	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{}
	button{border: 0; background: transparent;}
	.CHbox a, .CHA, .cardbennies{} /* match to regular font size */
	strong{}

	/*center a list without centering the items*/
	/*article ul, article ol  {margin: 20px auto; text-align: left; display: table; }*/



	/* diff/colored bullets
	article ul {list-style: none;padding: 20px 0 20px 20px;}
	article ul li:before { content: " "; background-color: var(--main); display: inline-block; width: 6px; height: 6px; border-radius: 50%;   margin-left: -15px; position: relative; top: -3px; margin-right: 10px; }
	*/
	/*FA bullets
		article ul, .inttext ul {list-style: none;padding: 20px 0 20px 50px;}
	article ul li, .inttext ul li {position: relative;}
	article ul li:before, .inttext ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }
	*/

/** HEADER ***********************************************/
	header {width: 100%;padding: 0 30px;  z-index: 100; position: relative; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); background-color: white;}
	header .liner{height: 125px; }
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{position: absolute; top: 0; left: 0; height: 100%; width: 231px; display: flex; justify-content: center; align-items: center;}
	a.homelink img {width: 100%; max-width: 231px}

	.toplinks {text-align: right; font-size: 15px; color: var(--grey); top: 14px; position: relative;}
	.toplinks a, .toplinks .notalink  {color: var(--grey); display: inline-block; }
	.toplinks a:hover, .toplinks a:focus {}
	.TL{display: inline-flex; justify-content: space-between; width: 490px; margin-right: 20px;}

	.buttons{display: inline-block;}
	.buttons a{margin: 0 0 0 5px;  padding: 12px; display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; color: var(--pale); font-size: 16px; font-weight: bold; background-color: var(--main); border-radius: 20px 0; text-transform: uppercase}
	.buttons a:hover, .buttons a:focus {text-decoration: none;color: var(--pale);border-radius: 0 20px}
	.buttons a:last-child {background-color: #89DB7D;; color: var(--font);}
	.buttons a:last-child:hover, .buttons a:last-child:focus {background-color:#89DB7D;; color: var(--font);}

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

	.sitesearch {display: none; position: absolute; top: 125px; right: 0; height: 44px; width: 500px; background: rgba(255,255,255,.5);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); border-radius: 0 0 20px 20px}

	.searchbox {position: absolute; top: 0; left: 10px; height: 100%; background: transparent; width: calc(100% - 44px); border: 0; padding-left: 10px;}
	/*
	.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: 900;}


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

	/*L*/
	@media only screen and (max-width: 1199px) {
		.toplinks {top: 24px; }
		.buttons{display: block; position: relative; right: 130px; margin-top: 20px}
		#sitesearch { top: 66px; right: 64px;}
		.TL{width: 430px; margin-right: 0;}
	}

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		header{ padding: 0}
		header .liner{height: 170px; }
		a.homelink{ left: 30px;width: calc(100% - 44px); }
		.TL {display: none;}
		.toplinks{width: 100%; position: absolute; top: auto;  bottom: 0; display: flex;height: 44px;}
		.toplinks a, .toplinks .notalink  { margin: 0; }
		.buttons{ right: 0px; margin: 0; display: flex; width: 100%;}
		.buttons a{height: 44px; width: 50%; border-radius: 0; margin: 0; display: flex; justify-content: center;  align-items: center;}
		.buttons a:hover, .buttons a:focus {border-radius: 0}
		#sitesearch { top: 41px; right: 94px;}
		.sitesearch {top: 170px; width: 100%}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header .liner{height: 214px; }
		a.homelink{height: calc(100% - 88px); left: 15px;}
		.toplinks{height: 88px;}
		.buttons{ display: block;}
		#sitesearch {right: 79px;}
		.buttons a{width: 100%;}
		.sitesearch {top: 214px; }
		a.homelink{width: calc(100% - 165px); }
	}

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

	nav.pc  { z-index: 100;width: calc(100% - 112px - 295px); position: absolute; top: 75px; right: 112px; height: 50px;}
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  color: var(--main); font-size: 22px; font-weight: bold; border-bottom: solid 5px white;height: 50px;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;border-bottom: solid 5px var(--accent)}

	.ddcontent{display: none;background-color: var(--main);  position: absolute; top: 50px; left: 0px; width: calc(100% + 100px); padding: 30px 40px; color: white;}
	header .ddcontent .liner {height: auto;}
	.ddcontent p {}
	.ddcontent td{text-align: left; padding-right: 20px;}
	.ddcontent tr td:last-child{font-size: 16px;padding-right: 0}
	.ddcontent ul {margin: 0; padding: 0; list-style: none;}
	.ddcontent ul li {margin-bottom: 10px;;}
	.ddcontent a {display: block;  color: white;font-size: 20px; font-weight: 400;}
	.ddcontent a:hover, .ddcontent a:focus {color: white;}

	.Mhead {color: var(--accent); font-size: 22px; font-weight: 600;}
	.ddcontent .Mhead a {color: var(--accent);font-size: 22px; font-weight: 600;}
	.ddcontent .Mhead a:hover, .ddcontent .Mhead a:focus {color: var(--accent);}
	
	.Phead{font-weight: 600;font-size: 20px;}
	.ddcontent img{width: 212px; border-radius: 20px 0;}

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

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

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

		nav.pc {display: none;}

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

		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(--main); color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s; padding: 40px 30px 30px 30px;}
		nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

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

		nav.mobile a, nav.mobile button {text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;color: var(--accent); font-size: 22px; font-weight: 600;}

		 nav.mobile .L2 a, nav.mobile .L2 button, nav.mobile .TL2 a {color: white;font-size: 20px; font-weight: 400;}
		 nav.mobile .L2 a:hover, nav.mobile .L2 a:focus, nav.mobile .TL2 a:hover, nav.mobile .TL2 a:focus   {text-decoration: underline;}

		 .TL2{margin-top: 10px; padding-top: 10px; border-top: solid 1px var(--accent)}


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

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{top: 36px;right: 30px;}
	}

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

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

	section.icons{height: 240px; background-color: var(--main); color: white;padding: 40px 30px;}
	section.icons .liner {display: flex; justify-content: center; align-items: flex-start;}
	section.icons a{color: white; width: 150px; height: 180px; margin: 0 30px; line-height: 1; border-bottom: solid 6px transparent}
	section.icons a:hover, section.icons a:focus{text-decoration: none;border-bottom: solid 6px var(--second)}
	section.icons a .RLicon{ width: 113px; height:113px; border-radius: 50%; background-color: var(--accent); color: var(--main);font-size: 59px; display: flex; justify-content: center;  align-items: center; margin: 0 0 10px 18px;}
	section.icons a:hover .RLicon, section.icons a:focus .RLicon{ background-color: var(--second);color: var(--main);}
	section.icons a .RLwords{font-size: 20px; font-weight: 600;color: white; display: block;}

	section.home {padding: 0 30px 115px 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; justify-content: space-between; flex-wrap: wrap;gap: 20px;}
	section.home .code_block_box{flex: 1 1 25%;  position: relative; height: 400px; border-radius: 20px 0; overflow: hidden; display: flex; align-items: flex-end;}
	section.home .code_block_box:hover{}
	section.home .code_block_indiv_image{position: absolute; top: 0; right: 0; width: 100%; height: 100%; z-index: 10; background-color: yellow }
	section.home .code_block_indiv_image img{height: 400px; width: auto;}
	section.home .code_block_indiv_content {background: var(--blushade); border-radius: 20px 0; height: 96px; width: 100%; transition: height .5s; color: white; position: relative; z-index: 99; padding: 0 50px;}
	section.home .code_block_box:hover .code_block_indiv_content {height: 100%; padding: 50px;}
	section.home .code_block_indiv_content h3{margin: 30px 0; color: white; font-size: 30px;}
	section.home .code_block_indiv_content a{color:white; text-decoration: underline;}
	section.home .code_block_indiv_content a:hover, section.home .code_block_indiv_content a:focus{color:white; text-decoration: underline; background-color: var(--main);}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.icons a{margin: 0 10px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.icons{ border-top: solid 6px var(--accent); }
		section.home .code_block{width: 100%;}
		section.home .code_block_center{ display:block; text-align: center; width: 100%;}
		section.home .code_block_box{max-width: 400px; width: 100%; margin: 20px auto}
		section.icons a{width: 140px; }
		section.icons a .RLicon{margin: 0 0 10px 13px;}


	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.icons{padding: 60px 30px;  height: auto;}
		section.icons .liner {display: block;}
		section.icons a{background-color: var(--accent); color: var(--main); width: 100%; height: auto; min-height: 50px; margin: 10px 0;display: flex; justify-content: flex-start;  align-items: center; border-radius: 20px 0; border: 0; padding: 0 20px}
		section.icons a:hover, section.icons a:focus {border: 0}
		section.icons a .RLicon{display: inline; width: 45px; height:auto; border-radius: 0; background: transparent;font-size: 34px; text-align: center;margin: 0}
		section.icons a:hover .RLicon, section.icons a:focus .RLicon{color: var(--main); background-color: transparent;}
		section.icons a .RLwords{font-size: 22px; font-weight: 400;color:var(--main);}
	}

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

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 350px; background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttext { background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 25%, rgba(0,0,0,0) 100%); width: 100%; height: 100%;  display: flex; justify-content: flex-start; align-items: flex-end; padding: 0 calc(50% - 562px)}
	.inttext div {padding: 0; text-align: left;}
	.crumbs{color: white;}
	.crumbs a{color: white; font-weight: 400;}
	.crumbs a:hover, .crumbs a:focus{color: white;}
	.crumbs2{display: none;font-weight: 400; color: var(--main); padding-left:30px; padding-right: 30px; text-align: left; font-size: 18px}
	.crumbs2 a{color: var(--steel); font-weight: 400;}
	.crumbs2 a:hover, .crumbs2 a:focus{color: var(--main);}

	section.inside{padding: 40px 30px 0px 30px}
	article { width: 100%; overflow: hidden; margin: 0 auto; text-align: left; }

	article .code_block_center{display: flex; justify-content: space-between; flex-wrap: wrap;gap: 20px; margin: 50px 0}
	article .code_block_box{flex: 1 1 20%;  position: relative; border-radius: 20px 0; overflow: hidden; padding: 30px; border:  solid 3px #d7d9df; background-color: white;}
	article .code_block_box:hover{border:  solid 3px var(--main);}
	article .code_block_indiv_content h3{margin-top: 0;}
	article .code_block_indiv_image{display: none;}

	article .code_block_indiv_content ul {list-style: none;padding: 20px 0 20px 50px;}
	article .code_block_indiv_content ul li {position: relative; margin-bottom: 10px;}
	article .code_block_indiv_content ul li:before {content: '\f00c'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color: var(--second); position: absolute; top: 0; left: -30px; }

	section.regions {padding: 0 30px 80px 30px}
	section.regions .liner{ display: flex; flex-wrap: wrap; justify-content: space-between;gap: 20px;}
	.bannerbox, .regionbox {flex: 1 1 30%;  position: relative; border-radius: 20px 0; overflow: hidden; padding: 30px; border:  solid 3px #d7d9df; background-color: white}
	section.regions .video_wrapper {margin-top: 20px !important;flex: 1 1 30%;  position: relative; border-radius: 20px 0; overflow: hidden;  border:  solid 3px #d7d9df; background-color: white}
	.bannerbox:hover, .regionbox:hover , section.regions .video_wrapper:hover{border:  solid 3px var(--main);}
	section.regions ul {margin: 0px; padding: 0px; list-style: none;}
	.bannerbox h3, .regionbox h3{margin-top: 0;}
	article .video_wrapper {max-width: 400px}


	.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next {text-shadow: none; color: var(--main) }
	.content_slideshow a.carousel-control-prev:hover, .content_slideshow a.carousel-control-next:hover, .content_slideshow a.carousel-control-prev:focus, .content_slideshow a.carousel-control-next:focus {color: var(--accent) }
	.content_slideshow a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; }
	.content_slideshow a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

	.content_slideshow.testimonial-carousel:before{content: 'Testimonials'; color: white; font-weight: 600; font-size: 36px;line-height: 1; display: block;  text-align: center; padding-top: 50px;}
	.content_slideshow.testimonial-carousel {background: url(../images/u1_testimonials.png) no-repeat center center var(--steel); padding: 0 30px;border: 0}
	.content_slideshow.carousel.testimonial-carousel, .content_slideshow.testimonial-carousel .carousel-item{ min-height: 200px;}
	.content_slideshow.testimonial-carousel .carousel-caption{color: white; justify-content: center;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {color: white;  text-shadow: none}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:hover, .content_slideshow.testimonial-carousel a.carousel-control-next:hover, .content_slideshow.testimonial-carousel a.carousel-control-prev:focus, .content_slideshow.testimonial-carousel a.carousel-control-next:focus {color: white) }

	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;font-size: 34px; text-shadow: none; position: relative; left: 30px; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;font-size: 34px;text-shadow: none; position: relative;right: 30px;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:hover, .content_slideshow.testimonial-carousel a.carousel-control-prev:focus, .content_slideshow.testimonial-carousel a.carousel-control-next:hover, .content_slideshow.testimonial-carousel a.carousel-control-next:focus{color: var(--accent)}


	.testimonials{display: none;}
	.stacked{background-color: var(--steel); color: white; width: 100%; padding: 20px; margin: 20px 0;}

	.blog_entry .video_wrapper {max-width: 400px}

	#page83 article ul.content_article_list{list-style: none;}
	article ul.content_article_list li a{display: block; clear: both; padding-top: 30px;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.intbanner { height: 248px;}
		.inttext { padding: 0 30px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bannerbox, .regionbox {max-width: 48%;}
		article .code_block_box{flex: 1 1 40%;}
		.bannerbox, .regionbox { padding: 20px 10px;}
		.content_slideshow.testimonial-carousel:before{font-size: 34px;}
		.content_slideshow.carousel.testimonial-carousel, .content_slideshow.testimonial-carousel .carousel-item{ min-height: 300px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.bannerbox, .regionbox {max-width: 100%; width: 100%; }
		section.inside{padding: 30px}
		section.regions {padding: 0 30px 30px 30px}
		.bannerbox, .regionbox, .video_wrapper {flex: 1 1 40%; }
		.crumbs{display: none;}
		.crumbs2{display: block;}
		.content_slideshow.testimonial-carousel:before{font-size: 32px;}
		.content_slideshow.carousel.testimonial-carousel, .content_slideshow.testimonial-carousel .carousel-item{ min-height: 360px;}
		/* for News page */
		#page83 article ul.content_article_list{list-style: disc;}
		#page83 article ul.content_article_list li p, #page83 article ul.content_article_list li ul{display: none;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.intbanner { height: 220px;}
		section.inside{padding: 50px 15px}
		article .code_block_center{display: block;}
		article .code_block_box{width: 100%; margin: 20px 0}
		section.regions {padding: 0 15px 50px 15px}
		section.regions .liner{ display: block;}
		.bannerbox, .regionbox, .video_wrapper { margin: 20px 0 }
		.inttext { padding: 0 20px}
		.content_slideshow a.carousel-control-prev:after{left: 10px; }
		.content_slideshow a.carousel-control-next:after{right: 10px;}
		.crumbs2{ padding-left:15px; padding-right: 15px; }
		.content_slideshow.testimonial-carousel .carousel-caption{font-size: 18px;}

/*
		.content_slideshow.testimonial-carousel{display: none;}
		.testimonials{display: block;}

		.content_slideshow.testimonial-carousel:before{font-size: 28px;}
		.content_slideshow.carousel.testimonial-carousel, .content_slideshow.testimonial-carousel .carousel-item{ min-height: 460px; font-size: 18px;}
		.content_slideshow a.carousel-control-prev:after, .content_slideshow a.carousel-control-next:after{font-size: 20px;}
		.content_slideshow.testimonial-carousel .carousel-caption {padding:20px;}
*/
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.content_slideshow a.carousel-control-prev, .content_slideshow a.carousel-control-next{align-items: flex-end;}
		.content_slideshow a.carousel-control-prev:after, .content_slideshow a.carousel-control-next:after{font-size: 20px;}
		.content_slideshow.testimonial-carousel .carousel-caption {padding:20px 0;}

	}
/** FOOT ****************************************************/

	aside{width: 100%; padding: 80px 30px 100px 30px; background-color: var(--pale); }
	aside .liner {display: flex; justify-content: center; align-items: flex-start;}
	aside a{color: var(--main); width: 150px; margin: 0 30px; line-height: 1}
	aside a:hover, aside a:focus{text-decoration: none;}
	aside a .RLicon{ width: 113px; height:113px; border-radius: 50%; background-color: var(--main); color: white;font-size: 59px; display: flex; justify-content: center;  align-items: center; margin: 0 0 10px 18px;}
	aside a:hover .RLicon, aside a:focus .RLicon{color: var(--main); background-color: var(--accent);}
	aside a .RLwords{font-size: 20px; font-weight: 600;color: var(--main); }

	footer {width: 100%; color: white;  background-repeat: no-repeat; background-size: cover; background-position: center center;  line-height: 1.13;}
	.blushade{background: var(--blushade); max-width: 100%; height: 100%;min-height: 400px; padding: 0 30px;}

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

	.Flogo img{width: 210px; height: 63px;}

	.bottomlinks {color: white;}
	.bottomlinks a, .bottomlinks .notalink {white-space: nowrap; color: white; font-weight: 400;font-size: 13px;}
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 5px; }
	.bottomlinks a:last-child:after{content: ""; padding: 0;}

	.socmed{display: flex; justify-content: center; align-items: center; position: relative; top: -30px}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; width: 59px; height: 59px; margin: 0 10px; }
	.socmed a .RLicon{ width: 59px; height: 59px; background-color: var(--main); border: 4px solid white; border-radius: 50%; color: white; font-size: 32px; display: flex; justify-content: center; align-items: center; margin: 0 10px; }
	.socmed a .fa-facebook-f.RLicon{background-color: #4267B2;}
	.socmed a .fa-linkedin-in.RLicon{background-color: #0077b5;}
	.socmed a .fa-instagram.RLicon{background: url(../images/footer_instagram_bg.jpg);}
	.socmed a .RLicon.fa-youtube{background-color: #FF0000;}

	.apps img {width: 48%; margin: 0 1%; max-width: 135px;}


	.footnote{}
	.footnote img {margin: 5px;}
	.restricted{width: 150px; font-size: 13px;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		.blushade{padding: 0 15%;}
	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.blushade{padding: 0 10%;}
		aside{padding: 50px 15px; }
		aside .liner {display: block;}
		aside a{background-color: var(--main); color: white; width: 100%; height: auto; min-height: 50px; margin: 10px 0; padding-left: 20px; display: flex; justify-content: flex-start;  align-items: center; border-radius: 20px 0;}
		aside a .RLicon{display: inline; width: 45px; height:auto; border-radius: 0; background: transparent;font-size: 34px; text-align: center; margin: 0 10px 0 0}
		aside a:hover .RLicon, aside a:focus .RLicon{color: white; background-color: transparent;}
		aside a .RLwords{font-size: 22px; font-weight: 400;color: white;}
}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.iconic {font-size: 54px; color: var(--steel); text-align: center;}

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

	a.cta,a.ctaY, input[type="submit"], a.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], button.clear
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; color: var(--accent); font-size: 16px; font-weight: bold; background-color: var(--main); padding: 12px 40px; border-radius: 20px 0; text-transform: uppercase;}

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.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, a.ctaY:hover, a.ctaY:focus, button.clear:hover, button.clear:focus
	{text-decoration: none;color: var(--accent);border-radius: 0 20px; background-color: var(--main); }

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


/** HEADERS **********************************************/
	h1 {color: white; font-weight: 600; margin: 32px 0; font-size: 40px;line-height: 1.05}

	h2,  .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{color: var(--main); font-weight: 600; margin: 14px 0; font-size: 36px; line-height: 1.05}
	article h2.KJEToggleTitle{padding: 0}


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

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

	h5, .forum_thread_date, .forum_mischeader_title	{color: var(--steel); font-weight: 600; margin: 14px 0; font-size: 20px; line-height: 1}

	h6 {color: var(--font); font-size: 20px; font-style: italic; font-weight: 600;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 38px;}
		h2,  .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question {font-size: 34px;}
		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: 27px;}
	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 30px;}
		h2,  .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question {font-size: 28px;}
	}


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



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

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	/* faq specific */
	.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}

	/* contents */
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 20px; border-radius: 0 0 20px 20px; border: solid 3px var(--steel); border-top: 0; margin: 0}

	/* resets */
	.cms_form_collapsible_header{background: none; border-bottom: 0; }
	article .code_block_box.code_block_accordion{ flex: 0 0 100%; width: 100%; border: 0; padding: 0; border-radius: 0}
	article .code_block_box.code_block_accordion.code_block_box{ text-align: left; background: none; padding: 0px;  margin: 0 0 20px 0; max-width: 100%;}
	.faq_question_block_slide_answer .video_wrapper {width: 400px; height: auto; display: inline-block;}
	article .code_block_center.code_block_accordion_wrap{ margin: 50px 0 30px 0}


	/* closed Q */
	.cms_form_collapsible_header a,  .faq_question_block_slide_question_closed a, .code_block_accordion div.code_block_indiv_top {padding: 12px 60px 12px 20px !important;background-color: var(--steel); color: WHITE; display: block;   font-size: 20px; padding-left: 60px; border-radius: 20px 0;position: relative; }
	.cms_form_collapsible_header a{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	
	/* hover Q */
	.cms_form_collapsible_header a:hover, .cms_form_collapsible_header a:focus, .faq_question_block_slide_question_closed a:hover, .faq_question_block_slide_question_closed a:focus, .code_block_accordion div.code_block_indiv_top:hover{background-color: var(--main); color: WHITE;padding: 12px 60px 12px 20px;}

	/* open Q */
	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a, .code_block_accordion.open div.code_block_indiv_top {background-color: var(--steel);color: WHITE; display: block; padding: 12px 60px 12px 20px; border-radius: 20px 20px 0 0; position: relative;  }

	/* chevrons */
	.code_block_accordion div.code_block_indiv_top:after, .code_block_accordion.open .code_block_indiv_top:after{content: '';}
	.code_block_accordion div.code_block_indiv_top:before, .cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed 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; }
	
	.faq_question_block_slide_question_closed a:after, .faq_question_block_slide_question_open a:after{display: none;}
	.code_block_accordion.open div.code_block_indiv_top:before, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }


	/*XS*/
	@media only screen and  (max-width: 575px) {
		.faq_question_block_slide_answer .video_wrapper {width: 100%; }
	}


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

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; 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;}
	.blog_title {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)}


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

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: 500px; z-index: 90;  }
	.CHbox {height: auto; height: 500px;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 10px 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;}


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

	/*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(--steel)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--steel)}
	.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) {padding-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%; border-collapse: collapse; }
	.content_rates_table th, .table_builder th {font-weight: bold; color: white; background-color: var(--steel); padding: 20px;}
	.content_rates_table tr th:first-child, .table_builder tr th:first-child{border-radius: 20px 0 0 0;}
	.content_rates_table tr th:last-child, .table_builder tr th:last-child{border-radius: 0 20px  0 0;}
	.content_rates_table td, .table_builder td {padding: 20px;}
	.content_rates_table tr:last-child td:first-child, .table_builder  tr:last-child td:first-child {border-radius: 0 0 0 20px;}
	.content_rates_table tr:last-child td:last-child, .table_builder  tr:last-child td:last-child {border-radius: 0 0 20px  0;}
	.content_rates_table tr:last-child td.widecell {border-radius: 0 0 20px 20px;}


	.content_rates_table_row2, TR.table_builder_row_even {background-color: #efefef;}
	.content_rates_table_row1, TR.table_builder_row_odd {background-color: var(--pale)}
	.content_rates_table_row_highlight {background-color: var(--accent);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}


	@media only screen and  (max-width: 575px) {
		.content_rates_table th, .table_builder th, .content_rates_table td, .table_builder td {font-size: 16px; padding: 10px; line-height: 1.25}
		.content_rates_table tr th:first-child, .table_builder tr th:first-child{border-radius: 10px 0 0 0;}
		.content_rates_table tr th:last-child, .table_builder tr th:last-child{border-radius: 0 10px  0 0;}

		.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
		.sideslider table {width: 510px;   position: relative; margin-top: 30px;}
		.sideslider table:before {content: '< SWIPE >'; display: block; width: 100%; font-size: 14px; text-align: center; position: absolute; top: -30px; right: 0;}
	}

	.content_rates_table_postfix {line-height: 1;}

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


