@import url('sass.css');

:root {
	--main: #184461;
	--second: #00853E;
	--accent: #80C244;
	--pale: #F1F4F6;
	--pale2: #F1F2F2;
	--dkgrey: #1E1E1E;
	--font: #292929;
}

/**********************************************************/
/* FONT NOTE
/* Do not use font weights.  Set the font family instead.
/* All font weights should be "normal"
/***********************************************************/

@font-face {
    font-family: 'Trueno Light';
    font-style: normal;
    font-weight: normal;
    src: local('Trueno Light'), url('trueno/TruenoLt.woff') format('woff');
    }

@font-face {
    font-family: 'Trueno Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trueno Regular'), url('trueno/TruenoRg.woff') format('woff');
    }

@font-face {
    font-family: 'Trueno SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Trueno SemiBold'), url('trueno/TruenoSBd.woff') format('woff');
    }

/** 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: 'Trueno Light'; font-size: 20px; color: var(--font);}

	p{margin: 14px 0;}
	article, aside {line-height: 1.4; }
	.liner, article {width: 100%;  max-width: 1200px; 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(--second);}
	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}
	/*article a, aside a, article button.modal_link, aside button.modal_link, .code_block_box a{ font-family: 'Trueno SemiBold';}*/

	input, select, textarea, button{font-family: 'Trueno Light'; font-size: 20px;}
	button{border: 0; background: transparent;}
	.CHbox a, .CHA, .cardbennies{} /* match to regular font size */
	strong{font-family: 'Trueno SemiBold';}

	/*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: 0 0 0 20px;}
	article ul li {margin-bottom: 14px;}
	article ul li:before { content: " "; background-color: var(--main); display: inline-block; width: 9px; height: 9px;   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%; z-index: 100; padding: 0 25px; background-color: white; position: relative; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
	header .liner{height: 154px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{width: 315px;height: 100%;position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center;}
	a.homelink img {width: 100%;  max-width: 315px}

	.toplinks { color: var(--font);font-size: 17px; position: relative; top: 30px; right: 0px;}
	.TL{}
	.TL a, .TL .notalink  {color: var(--font); margin-right: 40px; text-decoration: none;}
	.TL a:hover, .TL a:focus {color: var(--second);}

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important;  width: 24px; height: 24px;  margin-left: 5px; font-size: 20px;  }
	.socmed a .RLicon{ width: 24px; height: 24px; border-radius: 4px;color: white; display: inline-flex; justify-content: center;  align-items: center; font-size: 18px;}

	.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;}

	.chat{position: absolute; top: 10px; right: 0;}
	.chat a{width: 65px; height: 65px; border-radius: 10px 0 0 0; padding-top: 8px;font-size: 32px; color: var(--font); background-color: var(--accent);text-decoration: none !important; display: block; }
	.chat a:hover, .chat a:focus{background-color: var(--second); color: white;}
	.chat a .RLwords {display: none;}



	#sitesearch {width: 44px; height: 50px; position: absolute; bottom: 10px; right: 190px; color: var(--font); z-index: 101}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; position: absolute; top: 154px; right: 220px; height: 60px;  width: 600px; background-color: white; border-bottom: solid 6px var(--main); box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; height: 54px; width: calc(100% - 44px); border: 0}
	/*
	.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: 54px;  }
	.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);}

	.navbar{height: 71px; background-color: var(--pale2); border-radius: 30px 0 0 0 ; width: calc(860px + (50% - 600px)); position: absolute; bottom: 0; right: 0; }

	/*XXL*/
	@media only screen and (max-width: 1380px) {
		.toplinks { right: 65px;}
		
	}


	/*XL*/
	@media only screen and (max-width: 1260px) {
		.navbar{ width: calc(100% - 350px); }
	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		#sitesearch { right: 284px; font-size: 28px;}
		.sitesearch {right: 284px; width: calc(100% - 284px - 325px); }
		.navbar{display: none;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.sitesearch {right: 284px; width: calc(100% - 284px); }
		header .TL {display: none;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header{padding: 0 20px;}
		header .liner{height: 200px;}
		a.homelink{height: 150px;}
		#sitesearch {bottom: 64px; right: 64px;}
		.sitesearch {z-index: 102; top: 150px; right: 64px; width: calc(100% - 128px)}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header .liner{height: 290px;}
		.toplinks {width: 50%; top: 190px; padding: 0; left: 75px; right: auto;}
		a.homelink{width: 100%;}
		.sitesearch {top: 290px; right: 0; width: 100%;}
		.chat{position: absolute; top: 170px; right: auto; left: 20px;}

	}

/** MENU *********************************************/
	button.menutoggler, nav.mobile{display: none;}

	nav.pc  { z-index: 100; height: 71px; width: 590px; position: absolute; top: 84px; right: 250px;}
	.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;  font-family: 'Trueno SemiBold'; color: var(--dkgrey); border-bottom: solid 6px transparent;height: 71px; padding: 6px 0 0 0;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; color: var(--second); border-bottom: solid 6px var(--accent);}

	.ddcontent{ display: none;background-color: silver;  position: absolute; top: 70px; left: -200px;  border-radius: 0 40px;   box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16); background-color: var(--pale2); width: 1010px; padding: 50px;}
	header .ddcontent .liner {height: auto;}
	.ddcontent p {}
	.ddcontent a {display: block;  font-family: 'Trueno SemiBold'; color: var(--dkgrey);}
	.ddcontent a:hover, .ddcontent a:focus {}
	.ddcontent table{text-align: left;}
	.ddcontent table td:last-child{width: 245px; text-align: center; font-size: 16px;}
	.ddcontent table td:last-child p{width: 245px; text-align: center; font-size: 16px;}
	.ddcontent table img{border-radius: 0 50px 0 0;width: 245px;}
	.Mhead{font-family: 'Trueno SemiBold'; color: var(--dkgrey); font-size: 20px;}

	/* 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);}
	*/
	/*XL*/
	@media only screen and (max-width: 1260px) {
		nav.pc{ width: calc(100% - 325px - 270px); }
	}

	/*L*/
	@media only screen and (max-width: 1199px) {

/** MOBI MENU ***************************************/

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 50px; width: 44px; color: var(--second); position: absolute; bottom: 16px; right: 0; z-index: 101; font-size: 40px;transition:  all .25s;}
		button.menutoggler:hover, button.menutoggler:focus {color: var(--main);}
		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: var(--second); position: absolute; top: 20px; right: 20px; text-align: center;font-size: 40px; }
		nav.mobile button.menutoggler2:after {content: '';}

		nav.mobile{display: block; background-color: var(--pale2); height: auto; max-height: calc(100% - 20px); position: fixed; z-index: 1000; top: 10px; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s; padding: 80px 30px 30px 30px; border-radius: 0 40px;  }
		nav.mobile.out{right: 10px;  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);}

		div.L2, div.L3 {display: none;}

		nav.mobile a, nav.mobile button {color: var(--dkgrey);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; font-family: 'Trueno SemiBold'; padding: 0;font-size: 20px; margin-top: 10px;}

		 nav.mobile .L2 a, nav.mobile .L2 button, nav.mobile .TL a {font-size: 18px;font-family: 'Trueno Light';}

		 nav.mobile .L2 a, nav.mobile .TL a {text-decoration: none;}

		/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
		nav.mobile::-webkit-scrollbar {width: 10px;}
		nav.mobile::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
			background-color: var(--main);
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: var(--second);
		}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{bottom: 70px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
	}

/** HOME *************************************************/


	section.rc-container{background-color: silver; color: black; padding: 0 30px; margin: 15px 0; height: 210px}

	main.home {padding: 100px 40px}
	main.home .code_block_center{border: solid 0px red; }
	main.home .code_block_box{border: solid 0px black;  position: relative; padding: 84px 0 100px 0;}
	main.home .code_block_indiv_image{border: solid 0px blue; width: 540px; min-height: 460px; border-radius: 0 50px 0 0; position: absolute; top: 0; right: 0;overflow: hidden;}
	main.home .code_block_indiv_content{border: solid 0px #018fd3; min-height: 460px; width: calc(100% - 71px); padding: 90px 544px 83px 77px; border-radius: 0 0 0 75px; background-color: var(--pale); text-align: left;}

	main.home .code_block_box:nth-child(even){display: flex;padding: 0 0 100px 54px;align-items: center;}
	main.home .code_block_box:nth-child(even) .code_block_indiv_image{border: solid 0px green; width: 540px; min-height: 460px; border-radius: 50px 0 0 0; position: relative; }
	main.home .code_block_box:nth-child(even) .code_block_indiv_content{border: solid 0px fuchsia; min-height: 0; height: auto; width: 50%; padding: 0px 0px 0px 50px; border-radius: 0; background-color: transparent;}

	.promos_curve{background: url(../images/Interior-Hero_Rounded.png) no-repeat center top; height: 90px; width: 100%; background-size: 100% 90px; margin-bottom: -1px;}
	section.promos{background-color: var(--main); padding: 64px 40px 50px 40px}

	section.icons{background-color: var(--pale);display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; padding: 60px 30px 80px 30px;}
	section.icons a{  width: 200px; height: 210px; border-radius: 35px; box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);   background-color: #fff; color: var(--dkgrey);   line-height: 1.2; font-family: 'Trueno SemiBold'; padding: 9px 45px;}
	section.icons a .image{width: 110px; height: 112px; overflow: hidden;  margin: 0 auto 15px auto; }
	section.icons a .alt{border-bottom: solid 6px transparent; display: inline-block;}
	section.icons a:hover, section.icons a:focus{color: var(--second); }
	section.icons a:hover  .image, section.icons a:focus .image{background-position: center bottom;}
	section.icons a:hover .alt, section.icons a:focus .alt{border-bottom: solid 6px var(--accent); }


	section.blogs{background-color: var(--main); padding: 50px 30px; }
	section.blogs h2 {color: white; margin-bottom: 50px;}
	section.blogs h2 .green {color: var(--accent);}
	section.blogs a.ctaB{color: white;  font-size: 27px; margin-top: 50px} 
	section.blogs a.ctaB:hover, section.blogs a.ctaB:focus{color: var(--accent); border-color: white;} 
	section.blogs .liner{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 46px}
	section.blogs .blog_box{flex: 1 1 30%; position: relative; height: 415px; border-radius: 0 35px 0 0; overflow: hidden;}
	section.blogs .blog_box:hover{}
	section.blogs .blog_box .image{position: absolute; top: 0; right: 0; width: 100%; height: 240px; background-size: cover;}
	section.blogs .blog_box .content {background: var(--pale);  height: 175px; width: 100%; transition: height .5s; position: absolute; bottom: 0; right: 0; padding: 20px; text-align: left}
	section.blogs .blog_box .content .title{width: 100%; height: 175px;}
	section.blogs .blog_box:hover .content {height: 365px}
	section.blogs .blog_box:hover .content .title{width: 100%; height: auto;}



	/*L*/
	@media only screen and (max-width: 1199px) {
		main.home .code_block_indiv_image{ width: 50%; min-height: 385px; }
		main.home .code_block_indiv_content{width: calc(100% - 62px); padding: 50px calc(50% + 30px) 50px 40px; border-radius: 0 0 0 75px; background-color: var(--pale); text-align: left;}
		main.home .code_block_box:nth-child(even) .code_block_indiv_image{width: 50%; height: auto;}
		main.home .code_block_box:nth-child(even) .code_block_indiv_content{ height: auto; width: 50%; padding: 50px 0 50px 30px;}
		section.blogs .blog_box{flex: 1 1 40%;}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		main.home {padding: 0 40px 100px 40px}
		main.home .code_block_box{padding: 100px 0 0 0;}
		main.home .code_block_indiv_image{ width: calc(100% - 88px); left: 44px; margin-bottom: -70px; min-height: 100px; position: relative;}
		main.home .code_block_indiv_content{ height: auto; min-height: auto; width: 100%; padding: 100px 70px 50px 70px;}
		
		main.home .code_block_box:nth-child(even){display: block;padding: 100px  0 0 0;}
		main.home .code_block_box:nth-child(even) .code_block_indiv_image{width: calc(100% - 88px); margin-bottom: 0; min-height: 100px;}
		main.home .code_block_box:nth-child(even) .code_block_indiv_content{width: calc(100% - 88px); padding: 30px 0 0 0; min-height: auto; display: block; position: relative; left: 44px;}
		section.icons{padding: 60px 150px 80px 150px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		main.home {padding: 40px 0}
		main.home .code_block_box, main.home .code_block_box:nth-child(even){padding: 40px 0;}
		main.home .code_block_indiv_content{border-radius: 0; padding: 70px 38px 30px 38px; }
		main.home .code_block_indiv_image{  margin-bottom: -50px;}
		main.home .code_block_indiv_image, main.home .code_block_box:nth-child(even) .code_block_indiv_image, 
		main.home .code_block_box:nth-child(even) .code_block_indiv_content{width: calc(100% - 78px); left: 38px;}
		section.icons{padding: 60px 60px 80px 60px;}
		section.icons a{display: block; margin: 40px auto;}
		section.blogs .liner{display: block}
		section.blogs .blog_box{margin: 50px 0}
		section.blogs a.cta{margin-top: 0px} 
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.icons{padding: 20px; display: block;}
		main.home {padding: 40px 0}
		main.home .code_block_indiv_content{border-radius: 0; padding: 20px; }
		main.home .code_block_indiv_image{ margin-bottom: 0px; left: 0;}
		main.home .code_block_indiv_image, main.home .code_block_box:nth-child(even) .code_block_indiv_image, 
		main.home .code_block_box:nth-child(even) .code_block_indiv_content{width: 100%; left: 0; }
		main.home .code_block_box:nth-child(even) .code_block_indiv_content{padding: 20px; }
		section.icons{padding: 60px 60px 80px 60px;}
		section.icons a{display: block; margin: 40px auto;}
		section.blogs{padding: 40px 0px; }
		section.blogs .blog_box{margin: 50px 0; border-radius: 0}
		section.blogs a.cta{font-size: 20px;} 
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 414px; background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;z-index: 9; position: relative;}
	.intshadow{background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.65) 100%); p width: 100%; height: 100%;}
	.inttext {background: url(../images/Interior-Hero_Star-Overlay.png) no-repeat left top; padding: 0 calc(50% - 600px) 100px calc(50% - 600px); display: flex; justify-content: flex-start; align-items: flex-end; width: 100%; height: 100%;}

	.whitecurve, .bluecurve{background: url(../images/white_curve.png) no-repeat center bottom; height: 90px; background-size: 100% 90px; margin-top: -90px; z-index: 99; position: relative;}
	.bluecurve{background: url(../images/blue_curve.png) no-repeat center bottom;background-size: 100% 90px;}
	.bluecurve.home{ margin-top: 0 0 -1px 0;}

	section.blue{padding:  20px 40px 40px 40px; background-color: var(--main); color: white;}


	section.inside{padding: 80px 40px;}
	article {overflow: hidden; margin: 0 auto; text-align: left; }

	section.photobg{background-size: cover; }
	.veil{background: rgba(255,255,255,.9); padding: 80px 40px;}
	section.photobg	.code_block_center{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 100px; margin-top: 40px;}
	section.photobg	.code_block_box{ flex: 1 1 40%;  }
	section.photobg	.code_block_indiv_image{display: none;}
	section.photobg	.code_block_indiv_content{ position: relative; padding: 0 0 0 40%;  font-size: 18px; line-height: 1.22; height: 100%; }
	section.photobg	.code_block_indiv_content h4{ margin: 0; width: 36%; padding-right: 3%; border-right: solid 1px silver; height: 100%; position: absolute; top: 0; left: 0;}

	section.pastel{ background-color: var(--pale); padding: 80px 40px;}

	section.regions {padding: 0 40px 80px 40px;}
	section.regions .liner{ display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;}
	.bannerbox, .regionbox, .video_wrapper, .regional_slideshow, .regional_slideshow.carousel {flex: 1 1 30%; max-width: 400px; text-align: left; border-radius: 0 40px 0 0; overflow: hidden;}
	.regionbox {background-color: var(--main); color: white; padding:  30px;}
	.bannerbox{background-color: var(--main); }
	section.regions ul {margin: 0px; padding: 0px; list-style: none;}
	.regionbox h4 {color: var(--accent);}
	.regionbox a {color: white; text-decoration: none; border-bottom: solid 1px white; margin-right: 10px; }
	.regionbox a:hover, .regionbox a:focus {color: white; text-decoration: none; margin-right: 0px; padding-right: 10px;}

	.regional_slideshow.carousel {}
	.regional_slideshow .carousel-item{min-height: 400px;}
	.regional_slideshow .carousel-caption {background: rgba(24, 68, 97, .7); text-align: left; padding: 30px; align-items: center;}
	.regional_slideshow h3 {color: var(--accent); margin-top: 0}
	.regional_slideshow.carousel a.cta{color: white;}
	.regional_slideshow.carousel a.cta:hover, .regional_slideshow.carousel a.cta:focus{color: var(--accent);border-bottom: solid 6px var(--accent);}


	.content_slideshow.testimonial-carousel.carousel {height: 270px;}
	.content_slideshow.testimonial-carousel .carousel-item {border: solid 0px blue; height: 180px;min-height: auto; }
	.testimonial-carousel.carousel{border: 0; background: url(../images/Tstar.svg) no-repeat left center var(--pale); padding-top: 90px;  border-radius: 0 20px;}
	.testimonial-carousel.carousel:before{content: 'Testimonials'; font-family: 'Trueno SemiBold'; font-weight: normal; font-size: 36px; line-height: 1.1; color: var(--main); position: absolute; top: 50px; left: 120px;}

	.content_slideshow.testimonial-carousel .carousel-caption {border: solid 0px orange; align-items: flex-start; padding: 20px 120px; text-align: left;}

	.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); height: calc(100% - 90px); top: 90px}
	.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;}
/*
.content_slideshow.testimonial-carousel .carousel-caption {border: solid 1px orange; }
.content_slideshow.testimonial-carousel .carousel-item {border: solid 1px blue}
*/
	.bannerbox img {max-width: 100%; width: 100%; border-radius: 0 40px 0 0;}
	.video_wrapper {margin-top: 20px !important;}

	/*XXL*/
	@media only screen and (max-width: 1600px) {
		.whitecurve, .bluecurve{background-size: 1600px 90px; }
		
	}
	/*XL*/
	@media only screen and (max-width: 1280px) {
		.inttext {padding: 0 40px 100px 40px;}
		
	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.photobg	.code_block_center{ gap: 70px}
		.bannerbox, .regionbox, .video_wrapper, .regional_slideshow.carousel {flex: 1 1 40%;  }
		.content_slideshow.testimonial-carousel.carousel {height: 300px;}
		.content_slideshow.testimonial-carousel .carousel-item {height: 210px;min-height: auto; }

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.whitecurve, .bluecurve{background: url(../images/white_curveM.png) no-repeat center bottom; height: 100px; background-size: 991px 100px; margin-top: -99px; }
		.bluecurve{background: url(../images/blue_curveM.png) no-repeat center bottom;background-size:991px  100px;}
		section.intbanner{height: 325px;}
		.inttext {padding: 0 40px 70px 40px; background: url(../images/Interior-Hero-Mobile_Star-Overlay.png) no-repeat left center; background-size: auto 100%;}
		.veil{padding: 80px 40px;}
		section.photobg	.code_block_center{ display: block;}
		section.photobg	.code_block_box{width: 100%; margin-bottom: 65px  }
		section.photobg	.code_block_indiv_content{ padding: 0 0 0 30%; height: auto; }
		section.photobg	.code_block_indiv_content h4{ width: 26%; padding-right: 3%; }
		section.regions .liner{ display: block;}
		.bannerbox, .regionbox, .video_wrapper, .regional_slideshow.carousel {width: 100%; margin: 25px auto}
		section.blue{padding: 1px 40px 60px 40px;}
		.content_slideshow.testimonial-carousel.carousel {height: 300px;padding-top: 70px;}
		.content_slideshow.testimonial-carousel .carousel-item {height: 210px; }
		.content_slideshow.testimonial-carousel .carousel-caption { padding:0px 60px; }
		.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 60px; height: calc(100% - 70px;)}
		.testimonial-carousel.carousel:before{font-size: 34px; top: 40px; left: 60px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.intbanner{height: 243px;}
		section.photobg	.code_block_indiv_content{ padding: 0 0 0 40%;  }
		section.photobg	.code_block_indiv_content h4{ width: 36%; padding-right: 3%; }
		.testimonial-carousel.carousel{background-size: cover; background-position: center center}	
		.testimonial-carousel.carousel:before{font-size: 30px;}
		.content_slideshow.testimonial-carousel.carousel {height: 300px;}
		.content_slideshow.testimonial-carousel .carousel-item {height: 230px; }
		.content_slideshow.testimonial-carousel .carousel-caption {font-size: 18px}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.inside, section.pastel{padding: 60px 20px;}
		section.intbanner{height: 152px;}
		.inttext {padding: 20px 20px 30px 20px; align-items: center;}
		.veil{padding: 60px 20px;}
		section.photobg	.code_block_indiv_content{ padding: 0;  }
		section.photobg	.code_block_indiv_content h4{ width: 100%; padding-right: 0px; position: relative; margin-bottom: 20px; }
		.regionbox {padding: 30px 20px;}
		section.regions {padding: 0 20px 30px 20px;}
		section.blue{padding: 1px 20px 40px 20px;}
		.content_slideshow.testimonial-carousel.carousel {height: 350px;}
		.content_slideshow.testimonial-carousel .carousel-item {height: 260px; }
		.content_slideshow.testimonial-carousel .carousel-caption {padding:20px 40px;}
		.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 40px;  font-size: 24px; }
		.testimonial-carousel.carousel:before{font-size: 26px;}

	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		.content_slideshow.testimonial-carousel .carousel-caption {font-size: 16px;}
		.content_slideshow.testimonial-carousel.carousel {height: 400px;}
		.content_slideshow.testimonial-carousel .carousel-item {height: 310px; }
	}
/** BLOG PANELS ************************************************/

	/* FOR ALL */
	a.blog_link{}
	a.blog_link, a.blog_link:visited {font-family: 'Trueno SemiBold';font-weight: normal;font-size: 24px; line-height: 1.2; margin: 14px 0; color: var(--main); margin: 20px 0 0 0; display: block;}
	a.blog_link:hover, a.blog_link:focus {color: var(--second);}
	.blog_date{font-size: 13px; display: block;}

	/* blogs as panels */

	.blogrow{}
	/*.blogrow{display: flex; flex-wrap: wrap; justify-content: space-between;}*/
	.blogcell {padding-bottom: 20px;}
	.blogbox{border-radius: 0 30px 0 0; height: 100%; width: 100%; background-color: var(--pale); overflow: hidden;}
	.blogbox.cats{border: solid 6px var(--pale); background-color: white;}
	.blogbox.cats a{display: block;  font-size: 18px; font-weight: 600;}
	.blogimg{width: 100%; height: 240px; background-size: cover; background-position: center center}
	.blogtext{width: 100%; padding: 20px 30px; font-size: 17px;}

	.blogtext p{background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(51,51,51,1) 75%,rgba(241,244,246,1) 100%); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}


	/* pagination */
	.blogpagination{display: flex; flex-wrap: wrap; justify-content: flex-end;width: 100%; gap: 10px; }
	.blogpagination a, .blogpagination div{ font-size: 22px;  text-align: center;  }
	.blogpagination a{color: var(--main); text-decoration: none;}
	.blogpagination a:hover, .blogpagination a:focus {text-decoration: underline;}
	.blogpagination div{color: var(--second)}



	@media only screen and (max-width: 1199px) {
		.blogcell {width: 48%}
	}
	@media only screen and (max-width: 1090px) {
		.filterbox, .Afilter, button.Bfilter{width: 300px;}
	}
	@media only screen and (max-width: 860px) {
		section.blogfilters{display: block; height: 120px;}
		.filterbox, .Afilter, button.Bfilter{width: 70%; max-width: 400px;}
		.BF, .archiver{padding: 5px 0 20px 0;max-width: 100%;}
	}
	@media only screen and (max-width: 767px) {
		.blogcell {width: 100%; max-width: 400px; margin: 0 auto;}
	}
	@media only screen and (max-width: 600px) {
		.blogcell {width: 100%}
	}



/** FOOT ****************************************************/
	footer {width: 100%; padding: 0}
	.footer_shadow {background: rgba(30, 30, 30, .8);  width: 100%; height: 100%; padding: 50px 40px;color: white;min-height: 685px;}



	footer a{ color: var(--pale);text-decoration: none;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}

	.Fhead, p.Fhead{font-size: 18px; color: var(--accent);font-family: 'Trueno SemiBold'; margin: 0 0 10px 0}
	p.Fhead{ margin: 0}
	footer p{margin: 0}

	.bottomlinks {color: white;  font-size: 14px;}
	.bottomlinks a {white-space: nowrap;}
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}


	.footicons{}
	.footicons img{margin: 10px 20px;}
	.footnote{font-size: 14px;}

	.logo{}
	.contact{font-size: 18px; line-height: 1.67;}
	.apps img{margin: 6px;}

	.socmed2{}
	.socmed2 a{margin-right: 12px;}
	.socmed2 a .RLwords {display: none;}
	.socmed2 a:hover, .socmed2 a:focus {text-decoration: none;}
	.socmed2 a .RLicon{ width: 50px; height: 50px; border-radius: 5px;background-color: white; color: var(--dkgrey); display: inline-flex; justify-content: center;  align-items: center; font-size: 44px}


	/*L*/
	@media only screen and (max-width: 1199px) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.footer_shadow {padding: 40px 20px;}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}

/** CTA **********************************************/
	input[type="submit"], input[type="reset"] {appearance: none;cursor: pointer}

	a.cta, a.ctaB, input[type="submit"], a.clear, a.clear:visited, 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;font-family: 'Trueno SemiBold'; color: var(--second); border-bottom: solid 6px var(--accent); background: transparent; padding: 0 0 7px 0; font-size: 20px; font-weight: normal;text-transform: uppercase; transition: all .25s; border-radius: 0}
	a.clear{margin-left: 10px;}
	.clear span.far.fa-location-crosshairs{color: var(--second) !important;}
	input[type="submit"]{margin-right: 20px;}

	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.ctaB:focus, a.ctaB:hover, button.clear:hover, button.clear:focus
	{text-decoration: none;color: var(--second);border-bottom: solid 6px var(--main); background: transparent; padding-right: 10px;}
	input[type="submit"]:hover, input[type="submit"]:focus{margin-right: 10px;}

/** HEADERS **********************************************/
	h1{font-family: 'Trueno SemiBold'; font-size: 40px; line-height: 1.1; margin: 14px 0; color: #FFFFFF;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{font-family: 'Trueno SemiBold'; font-weight: normal; font-size: 36px; line-height: 1.1; margin: 14px 0; color: var(--main);}
	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
	{font-family: 'Trueno SemiBold'; font-weight: normal;font-size: 30px; line-height: 1.2; margin: 14px 0; color: var(--second)}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-family: 'Trueno SemiBold';font-weight: normal;font-size: 24px; line-height: 1.2; margin: 14px 0; color: var(--main);}

	h5, .forum_thread_date, .forum_mischeader_title	{font-family: 'Trueno SemiBold';font-weight: normal; font-size: 20px; line-height: 1.3; margin: 14px 0; color:  var(--second)}

	h6 {color: var(--font); font-size: 20px; font-style: italic; font-family: 'Trueno SemiBold';font-weight: normal;}
	/*L*/
	@media only screen and (max-width: 1199px) {
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {ont-size: 36px; line-height: 1.1;}
		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: 34px; line-height: 1.2;}
		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; line-height: 1.2;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 32px; line-height: 1.2;}
		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; line-height: 1.2;}
		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; line-height: 1.2;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 22px; line-height: 1.3;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 28px; line-height: 1.2;}
		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: 26px; line-height: 1.2;}
		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; line-height: 1.2}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 20px; line-height: 1.2;}
	}


/** 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 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; background-color: white;border-radius: 0 0 0 20px;}

	/* resets */
	div.cms_form_collapsible_header{background-color: transparent /*fuchsia*/}
	/*div.cms_form_collapsible_header.open{background-color: orange}*/
	/*div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:link{background-color: lime}*/
	.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%;}

	/*
	to reset a parent element
	$( ".code_block_accordion" ).parent( ".code_block_center" ).css('gap', 0);*/

	/* closed Q */
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited, div.cms_form_collapsible_header a:link, .faq_question_block_slide_question_closed a, .code_block_accordion div.code_block_indiv_top {background-color: var(--main); color: WHITE; display: block; padding: 12px 20px;  font-size: 20px; border-radius: 0 20px;font-family: 'Trueno Regular';}
	div.cms_form_collapsible_header a{margin-top: 5px; 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, .code_block_accordion div.code_block_indiv_top:hover{background-color: var(--second); color: WHITE;}

	/* open Q */
	div.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(--main);color: WHITE; display: block; padding: 12px 20px;  font-size: 20px; border-radius: 0 20px 0 0;font-family: 'Trueno Regular';}

	/* 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, div.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;  font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; float: right; top: -5px}
	
	.code_block_accordion.open div.code_block_indiv_top:before, div.cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: '\f077'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;  font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center;  position: relative; float: right; top: -5px;}

	/*
	add in chevrons
	chev up - \f077
	chev down - \f078
	plus - \f067
	minus - \f068
	FA 5: font-family: 'Font Awesome 5 Pro';
	FA 4: font-family: 'FontAwesome';
	*/

/** 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;}


/** 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-family: 'Trueno SemiBold';}
	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: 1200px; width: 100%; height: auto;  z-index: 90; margin: 0 auto;  }
	.CHbox {height: auto; height: auto;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 50px 10px; text-align: center !important; }
	.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 {color: white;} /* match to regular content size */
	.CHbox a.cta:hover, .CHbox a.cta:focus {color: var(--pale); border-color: var(--pale)} /* match to regular content size */
	.CHQ {color: var(--accent); border: 0; text-align: center;}/* matchED to H3 */
	.cardname{color: var(--accent)} /* matchED to H3 */
	.CHAs{text-align: center;}
	.CHA {color: white; border-bottom: solid 6px transparent; display: inline-block; margin: 20px;font-size: 20px; font-weight: normal;} /* match to regular content size or not */
	.CHA:hover{ border-bottom: solid 6px var(--accent); color: white; cursor: pointer;}
	.startover{  font-size: 18px; color: white; cursor: pointer; right: 50%; margin-right: -49px; font-size: 16px; }
	.startover:hover {color:var(--accent); }
	.cardbennies {font-size: 20px; } /* 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-family: 'Trueno SemiBold';}
	.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(--main)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--main)}
	.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;}

	input[type=checkbox] { display: none; opacity: 0 }
	input[type=checkbox] + label {padding-left: 30px; position: relative; left: -20px;}
	input[type=checkbox] + label::before { display: block; border: 1px solid var(--main); left: 3px; top: 3px; height: 20px; width: 20px; content: ""; position: absolute; line-height: 14px;}
	input[type=checkbox]:invalid + label { color: red; }
	input[type=checkbox]:invalid + label::before {border-color: red;}
	input[type=checkbox]:checked + label::before {content: "\f00c";font-family: 'Font Awesome 6 Pro'; font-weight: 400;}


	/*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}
	.cms_form_checkbox_container {padding-left: 20px;}
	}

/** LOCATOR 2.5 **************************************************/

	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: var(--pale); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.cuname { font-size: 22px; font-family: 'Trueno SemiBold'; }
	.cuname a {color: var(--main)}
	.legend .legend_label:nth-child(3){margin-left: 20px; }
	.legend .legend_label:nth-child(4), .legend .legend_label:nth-child(8) {display: none;}


	@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: normal; color: white; background-color: var(--main); padding: 12px 20px;font-family: 'Trueno Regular';}
	.content_rates_table th:last-child, .table_builder th:last-child{ border-radius: 0 20px 0 0;}
	.content_rates_table td, .table_builder td {padding: 12px 20px;}
	.content_rates_table tr:last-child td:last-child, .table_builder tr:last-child td:last-child {border-radius: 0 0 0 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(--accent);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}

	/*.content_rates_table_fields:first-child {border-left: none;}*/
	/*tr td.content_rates_table_row2:first-child, tr td.content_rates_table_row1:first-child {border-left: none; }*/

	.content_rates_table_postfix {line-height: 1;}
	/*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 #eee; 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-family: 'Trueno SemiBold'; 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;}

/** 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: 'Trueno SemiBold'; 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-family: 'Trueno SemiBold'; 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-family: 'Trueno SemiBold'; 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; }


